Author: tille Date: 2011-10-26 06:26:04 +0000 (Wed, 26 Oct 2011) New Revision: 8278
Removed: trunk/packages/rostlab/profphd/trunk/debian/patches/ Modified: trunk/packages/rostlab/profphd/trunk/debian/changelog trunk/packages/rostlab/profphd/trunk/debian/control trunk/packages/rostlab/profphd/trunk/debian/watch Log: Fix FTBFS bug - hopefully, currently mirrors seem to be broken and I can not use pbuilder ... Modified: trunk/packages/rostlab/profphd/trunk/debian/changelog =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/changelog 2011-10-25 21:29:10 UTC (rev 8277) +++ trunk/packages/rostlab/profphd/trunk/debian/changelog 2011-10-26 06:26:04 UTC (rev 8278) @@ -1,9 +1,16 @@ profphd (1.0.38-1) UNRELEASED; urgency=low + [ Laszlo Kajan ] * New upstream release - -- Laszlo Kajan <[email protected]> Fri, 30 Sep 2011 17:28:34 +0200 + [ Andreas Tille ] + * debian/control: Added rsync to Build-Depends + Closes: #646662 + * debian/watch: Stripped unneeded comments + * debian/patches: Deleted empty dir + -- Andreas Tille <[email protected]> Wed, 26 Oct 2011 08:09:27 +0200 + profphd (1.0.37-1) unstable; urgency=low * Initial release in Debian (Closes: #643324) Modified: trunk/packages/rostlab/profphd/trunk/debian/control =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/control 2011-10-25 21:29:10 UTC (rev 8277) +++ trunk/packages/rostlab/profphd/trunk/debian/control 2011-10-26 06:26:04 UTC (rev 8278) @@ -2,8 +2,9 @@ Section: science Priority: extra Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Laszlo Kajan <[email protected]> -Build-Depends: cdbs, debhelper (>= 7.0.50~), perl +Uploaders: Laszlo Kajan <[email protected]>, + Andreas Tille <[email protected]> +Build-Depends: cdbs, debhelper (>= 7.0.50~), perl, rsync Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/profphd/trunk/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/profphd/trunk/ Modified: trunk/packages/rostlab/profphd/trunk/debian/watch =================================================================== --- trunk/packages/rostlab/profphd/trunk/debian/watch 2011-10-25 21:29:10 UTC (rev 8277) +++ trunk/packages/rostlab/profphd/trunk/debian/watch 2011-10-26 06:26:04 UTC (rev 8278) @@ -1,23 +1,2 @@ -# 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://rostlab.org/profphd/profphd-([0-9.]+)\.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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
