Author: lkajan-guest Date: 2012-03-28 10:26:54 +0000 (Wed, 28 Mar 2012) New Revision: 10116
Modified: trunk/packages/rostlab/libzerg-perl/trunk/debian/changelog trunk/packages/rostlab/libzerg-perl/trunk/debian/rules trunk/packages/rostlab/libzerg-perl/trunk/debian/watch Log: Fixed watch file; moved from cdbs to dh build. Modified: trunk/packages/rostlab/libzerg-perl/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/libzerg-perl/trunk/debian/changelog 2012-03-28 10:13:47 UTC (rev 10115) +++ trunk/packages/rostlab/libzerg-perl/trunk/debian/changelog 2012-03-28 10:26:54 UTC (rev 10116) @@ -1,9 +1,13 @@ libzerg-perl (1.0.4-3) UNRELEASED; urgency=low - * debian/upstream-metadata.yaml: Added some missing fields + * [Andreas Tille <[email protected]>] + debian/upstream-metadata.yaml: Added some missing fields - -- Andreas Tille <[email protected]> Tue, 10 Jan 2012 08:34:54 +0100 + * [Laszlo Kajan <[email protected]>] + Fixed watch file; moved from cdbs to dh build. + -- Laszlo Kajan <[email protected]> Tue, 10 Jan 2012 08:34:54 +0100 + libzerg-perl (1.0.4-2) unstable; urgency=low * added new tokens from libzerg-1.0.7-2 Modified: trunk/packages/rostlab/libzerg-perl/trunk/debian/rules =================================================================== --- trunk/packages/rostlab/libzerg-perl/trunk/debian/rules 2012-03-28 10:13:47 UTC (rev 10115) +++ trunk/packages/rostlab/libzerg-perl/trunk/debian/rules 2012-03-28 10:26:54 UTC (rev 10116) @@ -1,8 +1,8 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/perl-makemaker.mk +%: + dh --parallel --sourcedirectory=Zerg $@ - -# Add here any variable or target overrides you need. -DEB_SRCDIR := Zerg +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs Modified: trunk/packages/rostlab/libzerg-perl/trunk/debian/watch =================================================================== --- trunk/packages/rostlab/libzerg-perl/trunk/debian/watch 2012-03-28 10:13:47 UTC (rev 10115) +++ trunk/packages/rostlab/libzerg-perl/trunk/debian/watch 2012-03-28 10:26:54 UTC (rev 10116) @@ -1,25 +1,5 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - # Compulsory line, this is a version 3 file version=3 -# Uncomment to examine a Webpage -# <Webpage URL> <string match> -#http://www.example.com/downloads.php libzerg-perl-(.*)\.tar\.gz - -# Uncomment to examine a Webserver directory -#http://www.example.com/pub/libzerg-perl-(.*)\.tar\.gz - -# Uncommment to examine a FTP server -#ftp://ftp.example.com/pub/libzerg-perl-(.*)\.tar\.gz debian uupdate - # Uncomment to find new files on sourceforge, for devscripts >= 2.9 -# http://sf.net/libzerg-perl/libzerg-perl-(.*)\.tar\.gz - -# Uncomment to find new files on GooglePages -#http://code.google.com/p/libzerg/downloads/list libzerg-perl_(.*)\.tar\.gz - -http://googlecode.debian.net/p/libzerg/libzerg-perl_(.*)\.tar\.gz +http://sf.net/libzerg/libzerg-perl_(.*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
