r28007 - in /trunk/librose-db-object-perl/debian: changelog control copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Wed Dec 10 14:08:58 UTC 2008


Author: bricas-guest
Date: Wed Dec 10 14:08:55 2008
New Revision: 28007

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28007
Log:
* debian/control: Added myself to uploaders
* debian/copyright: Upgrade to new standards
* debian/rules: Upgrade to new standards

Modified:
    trunk/librose-db-object-perl/debian/changelog
    trunk/librose-db-object-perl/debian/control
    trunk/librose-db-object-perl/debian/copyright
    trunk/librose-db-object-perl/debian/rules

Modified: trunk/librose-db-object-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/changelog?rev=28007&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/changelog (original)
+++ trunk/librose-db-object-perl/debian/changelog Wed Dec 10 14:08:55 2008
@@ -6,6 +6,9 @@
 
   [ Brian Cassidy ]
   * New upstream release
+  * debian/control: Added myself to uploaders
+  * debian/copyright: Upgrade to new standards
+  * debian/rules: Upgrade to new standards
 
  -- Brian Cassidy <brian.cassidy at gmail.com>  Wed, 10 Dec 2008 09:59:25 -0400
 

Modified: trunk/librose-db-object-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/control?rev=28007&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/control (original)
+++ trunk/librose-db-object-perl/debian/control Wed Dec 10 14:08:55 2008
@@ -6,7 +6,8 @@
  libclone-perl (>= 0.2), liblist-moreutils-perl, libdbi-perl (>= 1.4), 
  librose-db-perl (>= 0.745) 
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Brian Cassidy <brian.cassidy at gmail.com>
 Homepage: http://search.cpan.org/dist/Rose-DB-Object/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/librose-db-object-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/librose-db-object-perl/

Modified: trunk/librose-db-object-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/copyright?rev=28007&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/copyright (original)
+++ trunk/librose-db-object-perl/debian/copyright Wed Dec 10 14:08:55 2008
@@ -1,25 +1,27 @@
-This is the debian package for the Rose-DB-Object module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=226
+Upstream-Name: Rose-DB-Object
+Upstream-Maintainer: John C. Siracusa <siracusa at mindspring.com>
+Upstream-Source: http://search.cpan.org/dist/Rose-DB-Object/
 
-It was downloaded from http://search.cpan.org/dist/Rose-DB-Object/
+Files: *
+Copyright: © 2007 John C. Siracusa
+License: GPL-1+ | Artistic
 
-The upstream author is: 
+Files: debian/*
+Copyright: 2008, various members of the Debian Perl Group, cf.
+ debian/changelog
+License: Artistic | GPL-1+
 
-John C. Siracusa (siracusa at mindspring.com).
+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 (c) 2007 by John C. Siracusa.  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 licenses:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-  
-    b) the "Artistic License" which comes with Perl.
-  
+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' and
-    the Artistic Licence in /usr/share/common-licenses/Artistic'.
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/librose-db-object-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/librose-db-object-perl/debian/rules?rev=28007&op=diff
==============================================================================
--- trunk/librose-db-object-perl/debian/rules (original)
+++ trunk/librose-db-object-perl/debian/rules Wed Dec 10 14:08:55 2008
@@ -1,18 +1,23 @@
 #!/usr/bin/make -f
 
-build:
+build: build-stamp
+build-stamp:
 	dh build
+	touch $@
 
 clean:
-	dh clean
+	dh $@
 
-install: build
+install: install-stamp
+install-stamp: build-stamp
 	dh install
+	touch $@
 
-binary-arch: install
-	# nothing
+binary-arch:
 
 binary-indep: install
-	dh binary-indep
+	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