r65942 - in /trunk/libcgi-application-plugin-authentication-perl/debian: README.source changelog

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Dec 17 23:50:09 UTC 2010


Author: periapt-guest
Date: Fri Dec 17 23:50:02 2010
New Revision: 65942

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65942
Log:
* Added watch files to the component directories
* Added temporary update.sh script to monitor for new upstream versions
  and to download all the tarballs
* Added README.source to explain the special build instructions

Modified:
    trunk/libcgi-application-plugin-authentication-perl/debian/README.source
    trunk/libcgi-application-plugin-authentication-perl/debian/changelog

Modified: trunk/libcgi-application-plugin-authentication-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/README.source?rev=65942&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/README.source (original)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/README.source Fri Dec 17 23:50:02 2010
@@ -3,3 +3,23 @@
 together with the package. So long as you have the appropriate tar balls
 in the correct place you can build using dpkg-buildpackage or
 svn-buildpackage as you would normally.
+
+If you have a fresh checkout from the svn repository and you wish 
+to download all the tarballs to build under svn-buildpackage, then from the
+package root directory run:
+
+    ./debian/update.sh update
+
+To check for new updates drop the "update" argument. If you are building
+under dpkg-buildpackage you need to tell the script about the 
+alternative build directory so run
+
+    DESTDIR=.. ./debian/update.sh update
+
+There are a couple of important caveats about the update.sh script.
+First of all when used in update mode it will DELETE the existing tarballs.
+Secondly when you do update one of the components, the update.sh script 
+will need to be updated. These limitations arise because it is 
+a temporary work around until pkg-components (or even uscan) provides
+something more substantial.
+

Modified: trunk/libcgi-application-plugin-authentication-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/changelog?rev=65942&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/changelog (original)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/changelog Fri Dec 17 23:50:02 2010
@@ -1,8 +1,9 @@
 libcgi-application-plugin-authentication-perl (0.19-2) UNRELEASED; urgency=low
 
-  TODO: write README.source and experimenta with watch files
-
-  * TBD 
+  * Added watch files to the component directories
+  * Added temporary update.sh script to monitor for new upstream versions
+    and to download all the tarballs
+  * Added README.source to explain the special build instructions
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Fri, 17 Dec 2010 04:02:06 +0000
 




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