[COMMIT LOGREPORT] package debian-install-build,1.18,1.19

Joost van Baal vanbaal at users.sourceforge.net
Sat May 27 17:16:26 CEST 2006


Update of /cvsroot/logreport/package
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9447

Modified Files:
	debian-install-build 
Log Message:
debuild is more picky now

Index: debian-install-build
===================================================================
RCS file: /cvsroot/logreport/package/debian-install-build,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- debian-install-build	2 Mar 2006 11:17:32 -0000	1.18
+++ debian-install-build	27 May 2006 15:16:24 -0000	1.19
@@ -56,18 +56,14 @@
 
 T=$S.tar.gz  # Tarball
 test -d $B || mkdir -p $B
-test -f $B/$T || cp $TARDIR/$T $B
-(
-    cd $B
-    if ! test -d $S.orig
-    then
-       cp $T /tmp/
-       ( cd /tmp && tar zxf $T && rm $T )
-       mv /tmp/$S $S.orig
-    fi
 
-    test -d $S || tar zxf $S.tar.gz
+# zoem_06-080.orig.tar.gz
+O=$P_$V.orig.tar.gz
 
+test -f $B/$O || cp $TARDIR/$T $B/$O
+(
+    cd $B
+    test -d $S || tar zxf $O
     test -d $S/debian || mkdir $S/debian
 )
 

-- 
To UNSUBSCRIBE, email to commit-request at logreport.org with a subject of 
"unsubscribe". Trouble? Send an email with subject "help" to 
commit-request at logreport.org



More information about the Commit mailing list