r32072 - in /trunk/libdbix-class-perl/debian: changelog compat control copyright rules
ryan52-guest at users.alioth.debian.org
ryan52-guest at users.alioth.debian.org
Sat Mar 14 05:28:14 UTC 2009
Author: ryan52-guest
Date: Sat Mar 14 05:28:05 2009
New Revision: 32072
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32072
Log:
* policy 3.8.1
* debhelper 7 in debian/rules
* machine readable copyright format
Modified:
trunk/libdbix-class-perl/debian/changelog
trunk/libdbix-class-perl/debian/compat
trunk/libdbix-class-perl/debian/control
trunk/libdbix-class-perl/debian/copyright
trunk/libdbix-class-perl/debian/rules
Modified: trunk/libdbix-class-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/changelog?rev=32072&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/changelog (original)
+++ trunk/libdbix-class-perl/debian/changelog Sat Mar 14 05:28:05 2009
@@ -2,8 +2,11 @@
* build depend on libtest-deep-perl, fixing FTBFS
* add myself to uploaders
-
- -- Ryan Niebur <ryanryan52 at gmail.com> Sun, 08 Mar 2009 20:33:16 -0700
+ * policy 3.8.1
+ * debhelper 7 in debian/rules
+ * machine readable copyright format
+
+ -- Ryan Niebur <ryanryan52 at gmail.com> Fri, 13 Mar 2009 22:26:31 -0700
libdbix-class-perl (0.08012-1) unstable; urgency=low
Modified: trunk/libdbix-class-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/compat?rev=32072&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/compat (original)
+++ trunk/libdbix-class-perl/debian/compat Sat Mar 14 05:28:05 2009
@@ -1,1 +1,1 @@
-6
+7
Modified: trunk/libdbix-class-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/control?rev=32072&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/control (original)
+++ trunk/libdbix-class-perl/debian/control Sat Mar 14 05:28:05 2009
@@ -1,7 +1,7 @@
Source: libdbix-class-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 6.0.0), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.40)
Build-Depends-Indep: perl (>= 5.8.0-7), libdbi-perl, libdbd-sqlite3-perl,
libclass-c3-perl (>= 0.11), libdbix-contextualfetch-perl, libdata-page-perl,
libclass-trigger-perl, libmodule-build-perl, libsql-abstract-perl,
@@ -18,7 +18,7 @@
Homepage: http://search.cpan.org/dist/DBIx-Class/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdbix-class-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdbix-class-perl/
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Package: libdbix-class-perl
Architecture: all
Modified: trunk/libdbix-class-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/copyright?rev=32072&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/copyright (original)
+++ trunk/libdbix-class-perl/debian/copyright Sat Mar 14 05:28:05 2009
@@ -1,23 +1,31 @@
-This is the debian package for the DBIx-Class module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Matt S. Trout <mst at shadowcatsystems.co.uk>
+Upstream-Source: http://search.cpan.org/dist/DBIx-Class/
+Upstream-Name: DBIx-Class
-Upstream source location: http://search.cpan.org/dist/DBIx-Class/
+Files: *
+Copyright: 2005, Matt S. Trout <mst at shadowcatsystems.co.uk>
+License-Alias: Perl
+License: Artistic | GPL-1+
-The upstream author is: Matt S. Trout <mst at shadowcatsystems.co.uk>
+Files: debian/*
+Copyright: 2005-2009, Krzysztof Krzyżaniak (eloy) <eloy at debian.org>
+ 2005, Florian Ragwitz <rafl at debianforum.de>
+ 2008, gregor herrmann <gregoa at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
-Copyright 2005, Matt S. Trout and others
+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'
-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/libdbix-class-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbix-class-perl/debian/rules?rev=32072&op=diff
==============================================================================
--- trunk/libdbix-class-perl/debian/rules (original)
+++ trunk/libdbix-class-perl/debian/rules Sat Mar 14 05:28:05 2009
@@ -1,67 +1,22 @@
#!/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
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) Makefile.PL INSTALLDIRS=vendor --skipdeps
- $(MAKE)
- # enables pod-coverage test which unfortunately fails
- # TEST_POD=1 $(MAKE) test
- $(MAKE) test
+ dh build
touch $@
clean: unpatch
- dh_testdir
- dh_testroot
- dh_clean build-stamp install-stamp
- [ ! -f Makefile ] || $(MAKE) realclean
+ dh clean
install: install-stamp
install-stamp: build-stamp
- dh_testdir
- dh_testroot
- dh_clean -k
- $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
- find $(TMP)/usr/share/perl5/DBIx/Class/ -type f -name "*.pod" -print0 | \
- xargs -r0 chmod -x
- [ ! -d $(TMP)/usr/lib/perl5 ] || \
- rmdir --ignore-fail-on-non-empty --parents --verbose \
- $(TMP)/usr/lib/perl5
+ dh install
touch $@
-binary-arch:
-# We have nothing to do here for an architecture-independent package
-
binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installexamples script/*
- dh_installdocs
- dh_installchangelogs Changes
- dh_perl
- dh_compress
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ dh binary-indep
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-perl-cvs-commits
mailing list