r66490 - /scripts/examples/check-build

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Dec 27 05:21:31 UTC 2010


Author: gregoa
Date: Mon Dec 27 05:21:25 2010
New Revision: 66490

URL: http://svn.debian.org/wsvn/?sc=1&rev=66490
Log:
pass .changes file to debc

Modified:
    scripts/examples/check-build

Modified: scripts/examples/check-build
URL: http://svn.debian.org/wsvn/scripts/examples/check-build?rev=66490&op=diff
==============================================================================
--- scripts/examples/check-build (original)
+++ scripts/examples/check-build Mon Dec 27 05:21:25 2010
@@ -47,7 +47,7 @@
 
 read -n 1 -p "debc? y/N " DEBC
 if [ "$DEBC" = "y" ]; then 
-	debc -a $ARCH | less
+	debc -a $ARCH $CHANGES | less
 fi
 echo
 




More information about the Pkg-perl-cvs-commits mailing list