# HG changeset patch # User jeandet@PC-DE-JEANDET.lpp.polytechnique.fr # Date 2011-10-11 10:54:25 # Node ID 16dde8f32f21d4a32b65262779bd84d3c7af5a73 # Parent f7a1844ef29ffe06aa956e7ab4b3ac8ce7fb9031 Debianisation scripts, test2. diff --git a/buils.sh b/buils.sh --- a/buils.sh +++ b/buils.sh @@ -1,5 +1,4 @@ -hg update -cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/ +cd $DEBBUILDPATH/deb_lppserial/ rm -R lppserial-1.0 cp -R lppserial-1.0.orig lppserial-1.0 diff lppserial-1.0 $HGREPOPATH/lppserial > lppserial_1.0.diff diff --git a/makedeb.sh b/makedeb.sh --- a/makedeb.sh +++ b/makedeb.sh @@ -1,4 +1,4 @@ -cd $DEBBUILDPATH/tmp/debian_package_build_root/deb_lppserial/lppserial-1.0 +cd cd $DEBBUILDPATH/deb_lppserial/lppserial-1.0 DEBSIGN_KEYID=E16A9ACD debuild -S pbuilder-lucid-amd64 update