[SCM] Debian packaging of libtie-ical-perl branch, master, updated. upstream/0.14-21-gcd799bc

Fabrizio Regalli fabreg at fabreg.it
Thu Aug 11 13:39:27 UTC 2011


The following commit has been merged in the master branch:
commit cd799bcf4273eb68bb93b0584f7b5dcde03fb0f3
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Thu Aug 11 15:39:02 2011 +0200

    * Upgrade d/compat to 8
    * Upgrade debhelper to (>= 8)
    * Bump Standards-Version to 3.9.2
    * Removed quilt (>= 0.40) from B-D
    * Switch to DEP5 copyright format
    * Added myself to Uploaders
    * Removed '--with=quilt' from d/rules
    * Email change: gregor herrmann -> gregoa at debian.org
    * Removed no more necessary README.source
    * Added libtie-ical-perl.docs file for TODO
    * Added libtie-ical-perl.examples file for examples
    * Switch to 3.0 quilt format
    * Update copyright year

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/changelog b/debian/changelog
index 2949b5d..32078b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,19 @@ libtie-ical-perl (0.14) UNRELEASED; urgency=low
 
   [ Fabrizio Regalli ]
   * New upstream release
+  * Upgrade d/compat to 8
+  * Upgrade debhelper to (>= 8)
+  * Bump Standards-Version to 3.9.2
+  * Removed quilt (>= 0.40) from B-D
+  * Switch to DEP5 copyright format
+  * Added myself to Uploaders
+  * Removed '--with=quilt' from d/rules
+  * Email change: gregor herrmann -> gregoa at debian.org
+  * Removed no more necessary README.source
+  * Added libtie-ical-perl.docs file for TODO
+  * Added libtie-ical-perl.examples file for examples
+  * Switch to 3.0 quilt format
+  * Update copyright year
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Thu, 11 Aug 2011 15:00:04 +0200
 
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+8
diff --git a/debian/control b/debian/control
index 7e79f94..9cc7094 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: libtie-ical-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0), libmodule-build-perl, quilt (>= 0.40)
-Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.8.0
-Homepage: http://search.cpan.org/dist/Tie-iCal/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-ical-perl.git
+Uploaders: gregor herrmann <gregoa at debian.org>, Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends: debhelper (>= 8),
+ libmodule-build-perl
+Build-Depends-Indep: perl
+Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-ical-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtie-ical-perl.git
+Homepage: http://search.cpan.org/dist/Tie-iCal/
 
 Package: libtie-ical-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Tie iCal files to Perl hashes
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: Tie iCal files to Perl hashes
  Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in
  the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL.
  Each component in the file must have a unique UID property as specified in
diff --git a/debian/control b/debian/control.bak
similarity index 100%
copy from debian/control
copy to debian/control.bak
diff --git a/debian/copyright b/debian/copyright
index 2b668ec..4fd41be 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,20 +1,29 @@
-This is the debian package for the Tie-iCal module.
-It was created by gregor herrmann <gregoa at debian.org> using
-dh-make-perl.
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Blair Sutton <bsdz at cpan.org>
+Source: http://search.cpan.org/dist/Tie-iCal/
+Name: Tie-iCal
 
-Upstream source location: http://search.cpan.org/dist/Tie-iCal/
+Files: *
+Copyright: 2006, Blair Sutton
+License: Artistic or GPL-1+
 
-The upstream author is: 
-Blair Sutton, <bsdz at cpan.org>, http://www.numeninest.com/.
+Files: debian/*
+Copyright: 2006, gregor herrmann <gregoa at debian.org>
+ 2011, Fabrizio Regalli <fabreg at fabreg.it>
+License: Artistic or GPL-1+
 
-Copyright:
-Copyright (c) 2005 Blair Sutton
+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'.
 
-Licence:
-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'.
+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'.
diff --git a/debian/copyright b/debian/copyright.bak
similarity index 100%
copy from debian/copyright
copy to debian/copyright.bak
diff --git a/debian/libtie-ical-perl.docs b/debian/libtie-ical-perl.docs
new file mode 100644
index 0000000..1333ed7
--- /dev/null
+++ b/debian/libtie-ical-perl.docs
@@ -0,0 +1 @@
+TODO
diff --git a/debian/libtie-ical-perl.examples b/debian/libtie-ical-perl.examples
new file mode 100644
index 0000000..781fb73
--- /dev/null
+++ b/debian/libtie-ical-perl.examples
@@ -0,0 +1 @@
+samples/*
diff --git a/debian/rules b/debian/rules
index f54bfdf..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,63 +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.
-#
-# It was later modified by Jason Kohles <email at jasonkohles.com>
-# http://www.jasonkohles.com/ to support Module::Build installed modules
 
-# 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
-
-include /usr/share/quilt/quilt.make
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	$(PERL) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build test
-	touch $@
-
-clean: unpatch
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
-
-install: install-stamp
-install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-	touch $@
-
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs TODO
-	dh_installexamples samples/*
-	dh_installchangelogs CHANGES
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+	dh $@
diff --git a/debian/rules b/debian/rules.bak
similarity index 100%
copy from debian/rules
copy to debian/rules.bak
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Debian packaging of libtie-ical-perl



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