r40738 - in /scripts: repack.sh repack.stub

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jul 25 18:36:10 UTC 2009


Author: ryan52-guest
Date: Sat Jul 25 18:36:01 2009
New Revision: 40738

URL: http://svn.debian.org/wsvn/?sc=1&rev=40738
Log:
another step in the process. and add a TODO.

Modified:
    scripts/repack.sh
    scripts/repack.stub

Modified: scripts/repack.sh
URL: http://svn.debian.org/wsvn/scripts/repack.sh?rev=40738&op=diff
==============================================================================
--- scripts/repack.sh (original)
+++ scripts/repack.sh Sat Jul 25 18:36:01 2009
@@ -1,6 +1,8 @@
 #!/bin/sh
 
 # see the repack.stub for how to use
+
+# TODO: provide example watch files and repack.locals
 
 set -e
 set -u

Modified: scripts/repack.stub
URL: http://svn.debian.org/wsvn/scripts/repack.stub?rev=40738&op=diff
==============================================================================
--- scripts/repack.stub (original)
+++ scripts/repack.stub Sat Jul 25 18:36:01 2009
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # put this in debian/repack.stub and add "debian sh debian/repack.stub" to
-# the end of the line in debian/watch
+# the end of the line in debian/watch. you will also need to add a version
+# mangle to debian/watch.
 
 # then create a debian/repack.local. this is a shell script that is
 # sources under "set -e", so be careful to check returns codes.




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