r24537 - in /trunk/libwww-myspace-perl/debian: changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Aug 23 18:11:17 UTC 2008


Author: gregoa
Date: Sat Aug 23 18:11:15 2008
New Revision: 24537

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24537
Log:
* Refresh debian/rules, no functional changes.
* debian/copyright: switch to new format.

Modified:
    trunk/libwww-myspace-perl/debian/changelog
    trunk/libwww-myspace-perl/debian/copyright
    trunk/libwww-myspace-perl/debian/rules

Modified: trunk/libwww-myspace-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-myspace-perl/debian/changelog?rev=24537&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/changelog (original)
+++ trunk/libwww-myspace-perl/debian/changelog Sat Aug 23 18:11:15 2008
@@ -1,6 +1,8 @@
 libwww-myspace-perl (0.85-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Refresh debian/rules, no functional changes.
+  * debian/copyright: switch to new format.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 23 Aug 2008 14:55:32 -0300
 

Modified: trunk/libwww-myspace-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-myspace-perl/debian/copyright?rev=24537&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/copyright (original)
+++ trunk/libwww-myspace-perl/debian/copyright Sat Aug 23 18:11:15 2008
@@ -1,42 +1,34 @@
-This is the debian package for the WWW-Myspace module.
-It was created by David Moreno Garza <damog at debian.org> using dh-make-perl
-and is maintained by the Debian Perl Group.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Grant Grueninger <grantg at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/WWW-Myspace/
+Upstream-Name: WWW-Myspace
 
-Upstream sources can be downloaded from http://search.cpan.org/dist/WWW-Myspace/
+Files: *
+Copyright: 2005-2006, Grant Grueninger <grantg at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-This module copyright (C) 2005-2006 Grant Grueninger except
-FriendAdder.pm, (c) 2006 Olaf Alders.
+Files: FriendAdder.pm
+Copyright: 2006, Olaf Alders
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
+Files: debian/*
+Copyright: 2006, David Moreno Garza <damog at debian.org>,
+ 2006-2008, various members of the Debian Perl Group, cf. debian/changelog
+License: Artistic | GPL-1+
 
-- FriendAdder.pm:
+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
 
-Copyright 2006 Olaf Alders, all rights reserved.
-
-This program is free software; you can redistribute it and/or modify it
-under the same terms as Perl itself.
-
---
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  On Debian GNU/Linux systems, the complete text of the
-GNU General Public License can be found in `/usr/share/common-licenses/GPL'
-and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
---
-
-Upstream author would like to thank:
-
-Tom Kerswill (http://tomkerswill.co.uk) for the friend_url method, which
-also inspired the friend_user_name method.
-
-Olaf Alders (http://www.wundersolutions.com) for the human-readable status
-codes in send_friend request, for the excellent sample code which provides
-a workaround for CAPTCHA responses, and for the friends_from_profile
-idea..
-
---
-
-The Debian packaging was initially done by David Moreno Garza,
-and this is in the public domain.
+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/libwww-myspace-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-myspace-perl/debian/rules?rev=24537&op=diff
==============================================================================
--- trunk/libwww-myspace-perl/debian/rules (original)
+++ trunk/libwww-myspace-perl/debian/rules Sat Aug 23 18:11:15 2008
@@ -1,8 +1,4 @@
 #!/usr/bin/make -f
-binary binary-indep clean:
-	dh $@
-
-binary-arch:
 
 build: build-stamp
 build-stamp:
@@ -11,4 +7,19 @@
 	dh build --after test
 	touch $@
 
-.PHONY: build binary binary-arch binary-indep clean
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+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