Ignore:
Timestamp:
Oct 23, 2008, 9:56:39 PM (16 years ago)
Author:
broder
Message:

Update sx-build-release and reprepro-env to work with sbuild instead
of dpkg-buildpackage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-dev/sx-build-release

    r1053 r1170  
    1616    <(dpkg-parsechangelog)`
    1717
    18 dpkg-buildpackage -us -uc -rfakeroot
     18dpkg-buildpackage -us -uc -rfakeroot -S
     19cd ..
     20sbuild -A -d hardy-amd64 "${Source}_${Version}.dsc"
    1921
    2022if ! svn ls $svnuri/package_tags/$Source >/dev/null 2>&1; then
     
    2931fi
    3032
    31 cd ..
    3233[ $Distribution = 'unstable' ] \
    3334 || echo "$(basename $0): warning: Distribution is ${Distribution}, script expects unstable"
    34 changesfile=`pwd`/${Source}_*${Version}*.changes
     35changesfile="$(ls `pwd`/${Source}_*${Version}*.changes | grep -v 'source.changes$')"
    3536reprepro-env include unstable $changesfile
    3637reprepro-env copy stable unstable ${Source} \
Note: See TracChangeset for help on using the changeset viewer.