r33524 - in /trunk/liblwp-useragent-determined-perl/debian: changelog control copyright rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Apr 18 17:12:01 UTC 2009


Author: ryan52-guest
Date: Sat Apr 18 17:11:56 2009
New Revision: 33524

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33524
Log:
* refresh debian/rules
* machine readable copyright format

Modified:
    trunk/liblwp-useragent-determined-perl/debian/changelog
    trunk/liblwp-useragent-determined-perl/debian/control
    trunk/liblwp-useragent-determined-perl/debian/copyright
    trunk/liblwp-useragent-determined-perl/debian/rules

Modified: trunk/liblwp-useragent-determined-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-useragent-determined-perl/debian/changelog?rev=33524&op=diff
==============================================================================
--- trunk/liblwp-useragent-determined-perl/debian/changelog (original)
+++ trunk/liblwp-useragent-determined-perl/debian/changelog Sat Apr 18 17:11:56 2009
@@ -9,8 +9,10 @@
   * New upstream release
   * Add myself to Uploaders
   * Debian Policy 3.8.1
+  * refresh debian/rules
+  * machine readable copyright format
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Thu, 16 Apr 2009 22:03:57 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 18 Apr 2009 10:11:37 -0700
 
 liblwp-useragent-determined-perl (1.03-1) unstable; urgency=low
 

Modified: trunk/liblwp-useragent-determined-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-useragent-determined-perl/debian/control?rev=33524&op=diff
==============================================================================
--- trunk/liblwp-useragent-determined-perl/debian/control (original)
+++ trunk/liblwp-useragent-determined-perl/debian/control Sat Apr 18 17:11:56 2009
@@ -1,7 +1,7 @@
 Source: liblwp-useragent-determined-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl, libwww-perl
+Build-Depends: debhelper (>= 7.2), perl, libwww-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1

Modified: trunk/liblwp-useragent-determined-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-useragent-determined-perl/debian/copyright?rev=33524&op=diff
==============================================================================
--- trunk/liblwp-useragent-determined-perl/debian/copyright (original)
+++ trunk/liblwp-useragent-determined-perl/debian/copyright Sat Apr 18 17:11:56 2009
@@ -1,12 +1,28 @@
-This package was put together by Joey Hess using sources downloaded from CPAN,
-http://search.cpan.org/dist/LWP-UserAgent-Determined/
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Jesse Vincent <jesse at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/LWP-UserAgent-Determined/
+Upstream-Name: LWP-UserAgent-Determined
 
 Files: *
 Copyright: Copyright 2004, Sean M. Burke <sburke at cpan.org>
-License: GPL-1+ | Artistic
- This program is free software; you can redistribute it and/or modify
- it under the same terms as Perl itself.
- .
- The full text of the GPL is distributed in /usr/share/common-licenses/GPL
- on Debian systems, and the Artistic license in
- /usr/share/common-licenses/Artistic
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2008, Joey Hess <joeyh at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
+
+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 GNU/Linux 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 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/liblwp-useragent-determined-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblwp-useragent-determined-perl/debian/rules?rev=33524&op=diff
==============================================================================
--- trunk/liblwp-useragent-determined-perl/debian/rules (original)
+++ trunk/liblwp-useragent-determined-perl/debian/rules Sat Apr 18 17:11:56 2009
@@ -1,11 +1,26 @@
 #!/usr/bin/make -f
-%:
+
+override_dh_auto_test:
+	# skip tests
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
 	dh $@
 
-build:
-	dh build --before test
-	# the test suite is not run by default since it hits web sites
-	dh build --after test
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
 
-binary-indep: build
-binary: binary-indep binary-arch
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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