[COMMIT LOGREPORT] package debian-install-build,1.21,1.22
Joost van Baal
vanbaal at users.sourceforge.net
Thu Jan 18 19:45:33 CET 2007
Update of /cvsroot/logreport/package
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv17587
Modified Files:
debian-install-build
Log Message:
add support for patch-systems (quilt, e.g.)
Index: debian-install-build
===================================================================
RCS file: /cvsroot/logreport/package/debian-install-build,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- debian-install-build 3 Oct 2006 13:47:12 -0000 1.21
+++ debian-install-build 18 Jan 2007 18:45:31 -0000 1.22
@@ -1,6 +1,7 @@
#!/bin/bash -e
# $Id$
+# $Source$
# debian-install-build - quick and dirty script to install build environment
# for debian package
@@ -78,6 +79,13 @@
cp debian/po/[^C]* $B/$S/debian/po/
fi
+if test -d debian/patches
+then
+ test -d $B/$S/debian/patches || mkdir $B/$S/debian/patches
+ cp debian/patches/[^C]* $B/$S/debian/patches/
+fi
+
+
set +x
echo "You might like to run 'debuild -us -uc' in $B/$S now, (or stick with plain old"
--
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