r75443 - in /trunk/libobject-signature-perl/debian: compat control copyright rules

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Sat Jun 11 23:37:25 UTC 2011


Author: fabreg-guest
Date: Sat Jun 11 23:36:37 2011
New Revision: 75443

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75443
Log:
Updated package

Modified:
    trunk/libobject-signature-perl/debian/compat
    trunk/libobject-signature-perl/debian/control
    trunk/libobject-signature-perl/debian/copyright
    trunk/libobject-signature-perl/debian/rules

Modified: trunk/libobject-signature-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/compat?rev=75443&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/compat (original)
+++ trunk/libobject-signature-perl/debian/compat Sat Jun 11 23:36:37 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: trunk/libobject-signature-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/control?rev=75443&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/control (original)
+++ trunk/libobject-signature-perl/debian/control Sat Jun 11 23:36:37 2011
@@ -1,20 +1,21 @@
 Source: libobject-signature-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.8.0-7), libmodule-install-perl, libtest-pod-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: libmodule-install-perl, libtest-pod-perl, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.7.3
+ gregor herrmann <gregoa at debian.org>,
+ Fabrizio Regalli <fabreg at fabreg.it>
+Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Object-Signature/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-signature-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-signature-perl/
 
 Package: libobject-signature-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
-Description: Signature - Generate cryptographic signatures for objects
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: generate cryptographic signatures for objects
  Object::Signature is an abstract base class that you can inherit from in
  order to allow your objects to generate unique cryptographic signatures.
  .

Modified: trunk/libobject-signature-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/copyright?rev=75443&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/copyright (original)
+++ trunk/libobject-signature-perl/debian/copyright Sat Jun 11 23:36:37 2011
@@ -1,24 +1,31 @@
-This is the debian package for the Object::Signature module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Adam Kennedy <adamk at cpan.org>
+Source: http://search.cpan.org/dist/Object-Signature/
+Name: Object-Signature
 
-It was downloaded from 
-http://search.cpan.org/dist/Object-Signature/
+Files: *
+Copyright: 2004 - 2006, Adam Kennedy <adamk at cpan.org>
+License: Artistic or GPL-1+
 
-The upstream author is: Adam Kennedy <cpan at ali.as>
+Files: debian/*
+Copyright: 2005, 2006, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2006, Alexis Sukrieh <sukria at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
 
-Copyright (c) 2004 - 2006,  Adam Kennedy. All Rights Reserved.
+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'.
 
-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.
-  
-    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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libobject-signature-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-signature-perl/debian/rules?rev=75443&op=diff
==============================================================================
--- trunk/libobject-signature-perl/debian/rules (original)
+++ trunk/libobject-signature-perl/debian/rules Sat Jun 11 23:36:37 2011
@@ -1,70 +1,4 @@
 #!/usr/bin/make -f
-# This debian/rules file is provided as a template for normal perl
-# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
-# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
-# be used freely wherever it is useful.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	AUTOMATED_TESTING=1 $(MAKE) test
-
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@




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