r29150 - in /trunk/libobject-declare-perl/debian: changelog compat control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 2 17:21:50 UTC 2009


Author: gregoa
Date: Fri Jan  2 17:21:39 2009
New Revision: 29150

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29150
Log:
* Set Standards-Version to 3.8.0 (no changes).
* Add /me to Uploaders.
* Don't install README anymore, just a text version of the POD.
* Set debhelper compatibility level to 7; adapt
  debian/{control,compat,rules}.
* debian/copyright: switch to new format.
* debian/control: mentions module name in long description.

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

Modified: trunk/libobject-declare-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-declare-perl/debian/changelog?rev=29150&op=diff
==============================================================================
--- trunk/libobject-declare-perl/debian/changelog (original)
+++ trunk/libobject-declare-perl/debian/changelog Fri Jan  2 17:21:39 2009
@@ -4,6 +4,13 @@
     spelling.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * Set Standards-Version to 3.8.0 (no changes).
+  * Add /me to Uploaders.
+  * Don't install README anymore, just a text version of the POD.
+  * Set debhelper compatibility level to 7; adapt
+    debian/{control,compat,rules}.
+  * debian/copyright: switch to new format.
+  * debian/control: mentions module name in long description.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 05 May 2008 19:21:20 +0200
 

Modified: trunk/libobject-declare-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-declare-perl/debian/compat?rev=29150&op=diff
==============================================================================
--- trunk/libobject-declare-perl/debian/compat (original)
+++ trunk/libobject-declare-perl/debian/compat Fri Jan  2 17:21:39 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libobject-declare-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-declare-perl/debian/control?rev=29150&op=diff
==============================================================================
--- trunk/libobject-declare-perl/debian/control (original)
+++ trunk/libobject-declare-perl/debian/control Fri Jan  2 17:21:39 2009
@@ -1,11 +1,13 @@
 Source: libobject-declare-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.6.0), libsub-override-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>, Jaldhar H. Vyas <jaldhar at debian.org>
-Standards-Version: 3.7.3
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>,
+ Jaldhar H. Vyas <jaldhar at debian.org>,
+ gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Object-Declare/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libobject-declare-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libobject-declare-perl/
@@ -14,7 +16,7 @@
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libsub-override-perl
 Description: Declarative object constructor
- This module exports one function, declare, for building named
+ Object::Declare exports one function, declare, for building named
  objects with a declarative syntax, similar to how Jifty::DBI::Schema
  defines its columns.
  .

Modified: trunk/libobject-declare-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-declare-perl/debian/copyright?rev=29150&op=diff
==============================================================================
--- trunk/libobject-declare-perl/debian/copyright (original)
+++ trunk/libobject-declare-perl/debian/copyright Fri Jan  2 17:21:39 2009
@@ -1,36 +1,33 @@
-This is the debian package for the Object-Declare module.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Audrey Tang <cpan at audreyt.org>
+Upstream-Source: http://search.cpan.org/dist/Object-Declare/
+Upstream-Name: Object-Declare
 
-It was downloaded from http://search.cpan.org/dist/Object-Declare/
+Files: *
+Copyright: 2006, 2007 Audrey Tang <cpan at audreyt.org>
+License: MIT
 
-The upstream author is: 
+Files: debian/*
+Copyright: 2008-2009, various members of the Debian Perl Group,
+ cf. debian/changelog
+License: MIT
 
-Audrey Tang <cpan at audreyt.org>.
-
-
-Copyright 2006, 2007 by Audrey Tang <cpan at audreyt.org>.
-
-This software is released under the MIT license cited below.
-
-MIT License:
-
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and associated documentation files (the "Software"),
- to deal in the Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-
-The Debian packaging is (C) 2008, Debian Perl Group
-<pkg-perl-maintainers at lists.alioth.debian.org> and
-is licensed under the same terms as the software itself (see above).
+License: MIT
+    Permission is hereby granted, free of charge, to any person obtaining a
+    copy of this software and associated documentation files (the "Software"),
+    to deal in the Software without restriction, including without limitation
+    the rights to use, copy, modify, merge, publish, distribute, sublicense,
+    and/or sell copies of the Software, and to permit persons to whom the
+    Software is furnished to do so, subject to the following conditions:
+    .
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
+    .
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+    FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+    DEALINGS IN THE SOFTWARE.

Modified: trunk/libobject-declare-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libobject-declare-perl/debian/rules?rev=29150&op=diff
==============================================================================
--- trunk/libobject-declare-perl/debian/rules (original)
+++ trunk/libobject-declare-perl/debian/rules Fri Jan  2 17:21:39 2009
@@ -1,63 +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
-
-PERL   ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-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
+	dh build
 	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp install-stamp
-	# Add commands to clean up after the build process here
-	[ ! -f Makefile ] || $(MAKE) realclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	# Add commands to install the package into $(TMP) here
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -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_installdocs README
-	dh_installchangelogs Changes
-	dh_perl
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+binary-indep: install
+	dh $@
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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