r76279 - in /trunk/libcgi-application-plugin-devpopup-perl/debian: components/p/watch components/q/watch update.sh

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Wed Jun 22 19:45:24 UTC 2011


Author: periapt-guest
Date: Wed Jun 22 19:45:19 2011
New Revision: 76279

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76279
Log:
update stuff

Added:
    trunk/libcgi-application-plugin-devpopup-perl/debian/components/p/watch
    trunk/libcgi-application-plugin-devpopup-perl/debian/components/q/watch
Modified:
    trunk/libcgi-application-plugin-devpopup-perl/debian/update.sh

Added: trunk/libcgi-application-plugin-devpopup-perl/debian/components/p/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-devpopup-perl/debian/components/p/watch?rev=76279&op=file
==============================================================================
--- trunk/libcgi-application-plugin-devpopup-perl/debian/components/p/watch (added)
+++ trunk/libcgi-application-plugin-devpopup-perl/debian/components/p/watch Wed Jun 22 19:45:19 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Params/   .*/CGI-Application-Plugin-DevPopup-Params-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libcgi-application-plugin-devpopup-perl/debian/components/q/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-devpopup-perl/debian/components/q/watch?rev=76279&op=file
==============================================================================
--- trunk/libcgi-application-plugin-devpopup-perl/debian/components/q/watch (added)
+++ trunk/libcgi-application-plugin-devpopup-perl/debian/components/q/watch Wed Jun 22 19:45:19 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-DevPopup-Query/   .*/CGI-Application-Plugin-DevPopup-Query-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/libcgi-application-plugin-devpopup-perl/debian/update.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-devpopup-perl/debian/update.sh?rev=76279&op=diff
==============================================================================
--- trunk/libcgi-application-plugin-devpopup-perl/debian/update.sh (original)
+++ trunk/libcgi-application-plugin-devpopup-perl/debian/update.sh Wed Jun 22 19:45:19 2011
@@ -2,7 +2,7 @@
 
 set -e
 
-DESTDIR=${DESTDIR:-../tarballs}
+DESTDIR=`readlink -f ${DESTDIR:-../tarballs}`
 MODULE=CGI-Application-Plugin-DevPopup
 PACKAGE=libcgi-application-plugin-devpopup-perl
 VERSION=1.06
@@ -22,9 +22,9 @@
     rm -f ${DESTDIR}/${MODULE}*.tar.gz
     uscan ${FD} ${RE} ${DD} && true;
     uscan ${DC}/p/watch ${FD} ${NS} ${DD} ${US} ${PARAMS_VERS} && true;
-    uscan ${DC}/q/watch ${FD} ${NS} ${DD} ${US} ${QUERY_VERS} && true;
+    uscan ${DC}/q/watch --repack ${FD} ${NS} ${DD} ${US} ${QUERY_VERS} && true;
     cd ${DESTDIR}
-    QUERY=`ls CGI-Application-Plugin-DevPpup-Query*.tar.gz`
+    QUERY=`ls CGI-Application-Plugin-DevPopup-Query*.tar.gz`
     mv ${QUERY} ${PACKAGE}_${VERSION}.orig-q.tar.gz
     PARAMS=`ls CGI-Application-Plugin-DevPopup-Params*.tar.gz`
     mv ${PARAMS} ${PACKAGE}_${VERSION}.orig-p.tar.gz




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