r34402 - in /trunk/libemail-mime-encodings-perl/debian: changelog compat control copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Thu Apr 30 12:41:50 UTC 2009


Author: bricas-guest
Date: Thu Apr 30 12:41:45 2009
New Revision: 34402

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=34402
Log:
* debian/compat: now 7
* debian/control:
  + Added myself to Uploaders
  + Standards-Version now 3.8.1
  + debhelper dep to 7
* debian/rules: update to new standards
* debian/copyright: update to new standards

Modified:
    trunk/libemail-mime-encodings-perl/debian/changelog
    trunk/libemail-mime-encodings-perl/debian/compat
    trunk/libemail-mime-encodings-perl/debian/control
    trunk/libemail-mime-encodings-perl/debian/copyright
    trunk/libemail-mime-encodings-perl/debian/rules

Modified: trunk/libemail-mime-encodings-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-encodings-perl/debian/changelog?rev=34402&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/changelog (original)
+++ trunk/libemail-mime-encodings-perl/debian/changelog Thu Apr 30 12:41:45 2009
@@ -2,6 +2,13 @@
 
   [ Brian Cassidy ]
   * New upstream release
+  * debian/compat: now 7
+  * debian/control:
+    + Added myself to Uploaders
+    + Standards-Version now 3.8.1
+    + debhelper dep to 7
+  * debian/rules: update to new standards
+  * debian/copyright: update to new standards
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Modified: trunk/libemail-mime-encodings-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-encodings-perl/debian/compat?rev=34402&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/compat (original)
+++ trunk/libemail-mime-encodings-perl/debian/compat Thu Apr 30 12:41:45 2009
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libemail-mime-encodings-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-encodings-perl/debian/control?rev=34402&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/control (original)
+++ trunk/libemail-mime-encodings-perl/debian/control Thu Apr 30 12:41:45 2009
@@ -1,15 +1,15 @@
 Source: libemail-mime-encodings-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.0),
  libtest-pod-perl, libtest-pod-coverage-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Damyan Ivanov <dmn at debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>, Brian Cassidy <brian.cassidy at gmail.com>
 Homepage: http://search.cpan.org/dist/Email-MIME-Encodings/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libemail-mime-encodings-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libemail-mime-encodings-perl/
-Standards-Version: 3.7.3
+Standards-Version: 3.8.1
 
 Package: libemail-mime-encodings-perl
 Architecture: all

Modified: trunk/libemail-mime-encodings-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-encodings-perl/debian/copyright?rev=34402&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/copyright (original)
+++ trunk/libemail-mime-encodings-perl/debian/copyright Thu Apr 30 12:41:45 2009
@@ -1,23 +1,31 @@
-This package was debianized by Ernesto Hernández-Novich <emhn at telcel.net.ve>
-on Mon, 05 Dec 2005 10:39:46 -0400
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Simon Cozens <simon at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Email-MIME-Encodings/
+Upstream-Name: Email-MIME-Encodings
 
-It was downloaded from http://search.cpan.org/dist/Email-MIME-Encodings/
+Files: *
+Copyright: Copyright 2004 Casey West <casey at geeknest.com>
+           Copyright 2003 by Simon Cozens <simon at cpan.org>
+License-Alias: Perl
+License: GPL-1+ | Artistic
 
-Upstream Authors:
+Files: debian/*
+Copyright: 2005, Ernesto Hernández-Novich <emhn at telcel.net.ve>
+           2009, Brian Cassidy <brian.cassidy at gmail.com>
+License-Alias: Perl
+License: GPL-1+ | Artistic
 
-Simon Cozens <simon at cpan.org>
+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:
-
-Copyright 2004 Casey West <casey at geeknest.com>
-Copyright 2003 by Simon Cozens <simon at cpan.org>
-
-This library 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.
-
-The complete text of the GNU General Public License can be found in
-/usr/share/common-licenses/GPL and 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/libemail-mime-encodings-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-mime-encodings-perl/debian/rules?rev=34402&op=diff
==============================================================================
--- trunk/libemail-mime-encodings-perl/debian/rules (original)
+++ trunk/libemail-mime-encodings-perl/debian/rules Thu Apr 30 12:41:45 2009
@@ -1,66 +1,23 @@
 #!/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
-	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE)
-	$(MAKE) test
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 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 install-stamp
+	dh install
+	touch $@
 
 binary-arch:
-# We have nothing to do by default.
 
-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
+binary-indep: install
+	dh $@
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
+binary: binary-arch binary-indep
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: binary binary-arch binary-indep install clean build




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