r30160 - in /trunk/libset-scalar-perl/debian: changelog compat control copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Tue Jan 27 12:43:20 UTC 2009


Author: bricas-guest
Date: Tue Jan 27 12:43:17 2009
New Revision: 30160

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30160
Log:
* debian/control:
  + Update Standards-Version to 3.8.0
  + Depend on debhelper 7
* debian/copyrighy: switch to new copyright format
* debian/rules: use new rules template

Modified:
    trunk/libset-scalar-perl/debian/changelog
    trunk/libset-scalar-perl/debian/compat
    trunk/libset-scalar-perl/debian/control
    trunk/libset-scalar-perl/debian/copyright
    trunk/libset-scalar-perl/debian/rules

Modified: trunk/libset-scalar-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/changelog?rev=30160&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/changelog (original)
+++ trunk/libset-scalar-perl/debian/changelog Tue Jan 27 12:43:17 2009
@@ -2,7 +2,12 @@
 
   [ Brian Cassidy ]
   * New upstream release
-  * debian/control: Added myself to Uploaders
+  * debian/control:
+    + Added myself to Uploaders
+    + Update Standards-Version to 3.8.0
+    + Depend on debhelper 7
+  * debian/copyrighy: switch to new copyright format
+  * debian/rules: use new rules template
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libset-scalar-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/compat?rev=30160&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/compat (original)
+++ trunk/libset-scalar-perl/debian/compat Tue Jan 27 12:43:17 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libset-scalar-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/control?rev=30160&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/control (original)
+++ trunk/libset-scalar-perl/debian/control Tue Jan 27 12:43:17 2009
@@ -4,9 +4,9 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
  Brian Cassidy <brian.cassidy at gmail.com>
-Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends: cdbs, debhelper (>= 7)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Set-Scalar/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libset-scalar-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libset-scalar-perl/

Modified: trunk/libset-scalar-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/copyright?rev=30160&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/copyright (original)
+++ trunk/libset-scalar-perl/debian/copyright Tue Jan 27 12:43:17 2009
@@ -1,23 +1,34 @@
-This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
-Sat, 16 Jun 2007 15:41:39 -0400.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Author: Jarkko Hietaniemi <jhi at iki.fi>
+Packaged-By: Jose Luis Rivas <ghostbar38 at gmail.com>
+Upstream-Name: Set-Scalar
+Original-Source-Location: http://search.cpan.org/dist/Set-Scakar/
 
-It was downloaded from http://search.cpan.org/dist/Set-Scalar/
-
-Upstream authors: Jarkko Hietaniemi <jhi at iki.fi>
+Files: *
+Copyright: Copyright 2001,2002,2003,2004 by Jarkko Hietaniemi
+License: Perl
+ This program is free software, you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
 Files: debian/*
 Copyright: © 2007 Jose Luis Rivas <ghostbar38 at gmail.com>
            © 2007 Martín Ferrari <martin.ferrari at gmail.com>
-License: GPL
+License: Perl
 
-Files: *
-Copyright: © 2001-2007 Jarkko Hietaniemi <jhi at iki.fi>
-License: GPL-1+ | Artistic
- This library is free software; you can redistribute it and/or modify it under
- the same terms as Perl itself.
+License-Alias: Perl
+Licenses: GPL-1+ | Artistic
 
-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'.
+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
 
+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

Modified: trunk/libset-scalar-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libset-scalar-perl/debian/rules?rev=30160&op=diff
==============================================================================
--- trunk/libset-scalar-perl/debian/rules (original)
+++ trunk/libset-scalar-perl/debian/rules Tue Jan 27 12:43:17 2009
@@ -1,4 +1,23 @@
 #!/usr/bin/make -f
-  
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+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