Author: lkajan-guest Date: 2012-07-11 15:45:49 +0000 (Wed, 11 Jul 2012) New Revision: 11744
Removed: trunk/packages/librg-liu-bundle-perl/trunk/debian/upstream Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog trunk/packages/librg-liu-bundle-perl/trunk/debian/control trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright trunk/packages/librg-liu-bundle-perl/trunk/debian/rules trunk/packages/librg-liu-bundle-perl/trunk/debian/watch Log: fixed d/copyright and d/control Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,6 +1,8 @@ librg-liu-bundle-perl (1.0.2-1) unstable; urgency=low - * Now Module::Build, Laszlo Kajan <[email protected]> + [Laszlo Kajan <[email protected]>] + * Now Module::Build + * Initial debian release (Closes: #680960) -- Daniel Bader <[email protected]> Tue, 10 Jul 2012 17:40:00 +0200 Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/control =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/control 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/control 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,18 +1,20 @@ Source: librg-liu-bundle-perl Section: perl Priority: extra -Maintainer: Guy Yachdav <[email protected]> -Uploaders: Laszlo Kajan <[email protected]> -Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7) -Standards-Version: 3.9.1 -Homepage: https://rostlab.informatik.tu-muenchen.de/wiki/index.php/Slashdata:Liu-softwares +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Laszlo Kajan <[email protected]>, Daniel Bader <[email protected]> +Build-Depends: debhelper (>= 8), perl +Standards-Version: 3.9.3 +Homepage: https://rostlab.org/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/librg-liu-bundle-perl/trunk/ +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/librg-liu-bundle-perl/trunk/ +DM-Upload-Allowed: yes Package: librg-liu-bundle-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libxml-dom-perl -Description: bundle of bioinfo helper perl modules - Minimally documented perl libraries to be used - to access and manipulate bioinformatics libraries. +Description: bundle of bioinfo helper Perl modules for the Rost Lab + Perl libraries used by the Rost Lab to access and manipulate bioinformatics + libraries. . - This package is a component of the predictprotein system, its general utility - outside predictprotein is limited. + This package is a component of the PredictProtein system. Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,28 +1,33 @@ Format:http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Files: debian/* +Copyright: 2012 Daniel Bader <[email protected]> + 2012 Laszlo Kajan <[email protected]> +License: GPL-3+ + Files:* Copyright: 2009 Jinfeng Liu <[email protected]> License: GPL-3.0+ -Files:debian/* -Copyright: 2012 Daniel Bader <[email protected]> License: GPL-3.0+ + This program is free software; you can redistribute it + and/or modify it under the terms of the GNU General Public + License as published by the Free Software Foundation; either + version 3 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 3 can be found in the file + `/usr/share/common-licenses/GPL-3'. -License: GPL-3.0+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this package; if not, write to the Free Software - . - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - MA 02110-1301 USA - On Debian systems, the complete text of the GNU General Public License - can be found in `/usr/share/common-licenses/GPL-3'. Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/rules =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/rules 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/rules 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,11 +1,4 @@ #!/usr/bin/make -f -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt <[email protected]> for -# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may -# be used freely wherever it is useful. -# -# It was later modified by Jason Kohles <[email protected]> -# http://www.jasonkohles.com/ to support Module::Build installed modules # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 Deleted: trunk/packages/librg-liu-bundle-perl/trunk/debian/upstream =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/upstream 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/upstream 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,12 +0,0 @@ -Reference: - Author: - Title: - Journal: - Year: - Volume: - Number: - Pages: - DOI: - PMID: - URL: - eprint: Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/watch =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/watch 2012-07-11 15:36:11 UTC (rev 11743) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/watch 2012-07-11 15:45:49 UTC (rev 11744) @@ -1,2 +1,2 @@ version=3 -ftp://rostlab.org/free/librg-liu-bundle-perl-(.+).tar.gz +ftp://rostlab.org/free/librg-liu-bundle-perl-([0-9.]+)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
