Author: lkajan-guest Date: 2012-07-11 15:58:36 +0000 (Wed, 11 Jul 2012) New Revision: 11745
Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright trunk/packages/librg-liu-bundle-perl/trunk/debian/rules Log: new upstream release Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog 2012-07-11 15:45:49 UTC (rev 11744) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/changelog 2012-07-11 15:58:36 UTC (rev 11745) @@ -1,11 +1,11 @@ -librg-liu-bundle-perl (1.0.2-1) unstable; urgency=low +librg-liu-bundle-perl (1.0.3-1) unstable; urgency=low [Laszlo Kajan <[email protected]>] * Now Module::Build * Initial debian release (Closes: #680960) - -- Daniel Bader <[email protected]> Tue, 10 Jul 2012 17:40:00 +0200 + -- Daniel Bader <[email protected]> Tue, 10 Jul 2012 17:40:00 +0200 librg-liu-bundle-perl (1.0.1) unstable; urgency=low Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright 2012-07-11 15:45:49 UTC (rev 11744) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/copyright 2012-07-11 15:58:36 UTC (rev 11745) @@ -3,17 +3,24 @@ Files: debian/* Copyright: 2012 Daniel Bader <[email protected]> 2012 Laszlo Kajan <[email protected]> -License: GPL-3+ +License: GPL-1+ or Artistic Files:* Copyright: 2009 Jinfeng Liu <[email protected]> -License: GPL-3.0+ +License: GPL-1+ or Artistic -License: GPL-3.0+ +License: Artistic + This program is free software; you can redistribute it and/or modify + it under the terms of the Artistic License, which comes with Perl. + . + On Debian systems, the complete text of the Artistic License can be + found in `/usr/share/common-licenses/Artistic'. + +License: GPL-1+ 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 1 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be @@ -28,6 +35,5 @@ 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 version 1 can be found in the file + `/usr/share/common-licenses/GPL-1'. Modified: trunk/packages/librg-liu-bundle-perl/trunk/debian/rules =================================================================== --- trunk/packages/librg-liu-bundle-perl/trunk/debian/rules 2012-07-11 15:45:49 UTC (rev 11744) +++ trunk/packages/librg-liu-bundle-perl/trunk/debian/rules 2012-07-11 15:58:36 UTC (rev 11745) @@ -11,7 +11,11 @@ PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) -build: build-stamp +build: build-arch build-indep + +build-arch: + +build-indep: build-stamp build-stamp: dh_testdir # Add commands to compile the package here _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
