r65940 - in /trunk/libcgi-application-plugin-authentication-perl/debian: README.source components/driver-cdbi/KEEP components/driver-cdbi/watch components/driver-dbic/KEEP components/driver-dbic/watch update.sh

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


Author: periapt-guest
Date: Fri Dec 17 23:32:09 2010
New Revision: 65940

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65940
Log:
adding stuff to help the poor sod who uploads the package

Added:
    trunk/libcgi-application-plugin-authentication-perl/debian/README.source
    trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/watch
    trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/watch
    trunk/libcgi-application-plugin-authentication-perl/debian/update.sh   (with props)
Removed:
    trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/KEEP
    trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/KEEP

Added: 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=65940&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/README.source (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/README.source Fri Dec 17 23:32:09 2010
@@ -1,0 +1,5 @@
+For most purposes this package is a standard Debian Perl Group package.
+The aspect in which it is special is that some related modules are bundled
+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.

Added: trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/watch?rev=65940&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/watch (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-cdbi/watch Fri Dec 17 23:32:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-Authentication-Driver-CDBI/   .*/CGI-Application-Plugin-Authentication-Driver-CDBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/watch?rev=65940&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/watch (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/components/driver-dbic/watch Fri Dec 17 23:32:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-Authentication-Driver-DBIC/   .*/CGI-Application-Plugin-Authentication-Driver-DBIC-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: trunk/libcgi-application-plugin-authentication-perl/debian/update.sh
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-authentication-perl/debian/update.sh?rev=65940&op=file
==============================================================================
--- trunk/libcgi-application-plugin-authentication-perl/debian/update.sh (added)
+++ trunk/libcgi-application-plugin-authentication-perl/debian/update.sh Fri Dec 17 23:32:09 2010
@@ -1,0 +1,36 @@
+#!/bin/sh
+
+set -e
+
+DESTDIR=${DESTDIR:-../build-area}
+MODULE=CGI-Application-Plugin-Authentication
+PACKAGE=libcgi-application-plugin-authentication-perl
+VERSION=0.19
+DBIC_VERS=0.02
+CDBI_VERS=0.02
+FD=--force-download
+NS=--no-symlink
+DD="--destdir ${DESTDIR}"
+RS=--report-status
+DC=-"-watch debian/components"
+US=--upstream-version
+
+if [ $1 ]
+then
+    echo update;
+    rm ${DESTDIR}/${MODULE}*.tar.gz
+    uscan ${FD} ${DD} && true;
+    uscan ${DC}/driver-dbic/watch ${FD} ${NS} ${DD} ${US} ${DBIC_VERS} && true;
+    uscan ${DC}/driver-cdbi/watch ${FD} ${NS} ${DD} ${US} ${CDBI_VERS} && true;
+    cd ${DESTDIR}
+    DBIC=`ls ${MODULE}-Driver-DBIC*.tar.gz`
+    ln -sf ${DBIC} ${PACKAGE}_${VERSION}.orig-driver-dbic.tar.gz
+    CDBI=`ls ${MODULE}-Driver-CDBI*.tar.gz`
+    ln -sf ${CDBI} ${PACKAGE}_${VERSION}.orig-driver-cdbi.tar.gz
+    cd -
+else
+    echo report;
+    uscan ${RS} && true;
+    uscan ${DC}/driver-dbic/watch ${RS} ${DD} ${US} ${DBIC_VERS} && true;
+    uscan ${DC}/driver-cdbi/watch ${RS} ${DD} ${US} ${CDBI_VERS} && true;
+fi

Propchange: trunk/libcgi-application-plugin-authentication-perl/debian/update.sh
------------------------------------------------------------------------------
    svn:executable = *




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