Changeset 1172 for trunk/packages
- Timestamp:
- Oct 23, 2008, 10:04:05 PM (16 years ago)
- Location:
- trunk/packages/sipb-xen-dev
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-dev/debian/changelog
r1170 r1172 1 sipb-xen-dev (26.1) unstable; urgency=low 2 3 * Fix a typo where the source package didn't get uploaded 4 5 -- Evan Broder <broder@mit.edu> Thu, 23 Oct 2008 22:03:40 -0400 6 1 7 sipb-xen-dev (26) unstable; urgency=low 2 8 -
trunk/packages/sipb-xen-dev/sx-build-release
r1170 r1172 33 33 [ $Distribution = 'unstable' ] \ 34 34 || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable" 35 changesfile="$(ls `pwd`/${Source}_*${Version}*.changes | grep -v 'source.changes$')" 36 reprepro-env include unstable $changesfile 37 reprepro-env copy stable unstable ${Source} \ 38 $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$changesfile) 35 changesfile=`pwd`/${Source}_*${Version}*.changes 36 for i in $changesfile; do 37 reprepro-env include unstable $i 38 reprepro-env copy stable unstable \ 39 $(perl '-F:\s+' -lane 'print $F[1]." " if /^Binary/' <$i) 40 done 41 reprepro-env copy stable unstable ${Source} 39 42 40 43 cd ..
Note: See TracChangeset
for help on using the changeset viewer.