r28439 - in /trunk/libconfig-model-perl/debian: compat control copyright rules

ddumont-guest at users.alioth.debian.org ddumont-guest at users.alioth.debian.org
Sun Dec 21 16:49:21 UTC 2008


Author: ddumont-guest
Date: Sun Dec 21 16:49:16 2008
New Revision: 28439

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28439
Log:
cleanup as suggested by Gregor

Modified:
    trunk/libconfig-model-perl/debian/compat
    trunk/libconfig-model-perl/debian/control
    trunk/libconfig-model-perl/debian/copyright
    trunk/libconfig-model-perl/debian/rules

Modified: trunk/libconfig-model-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/compat?rev=28439&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/compat (original)
+++ trunk/libconfig-model-perl/debian/compat Sun Dec 21 16:49:16 2008
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libconfig-model-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/control?rev=28439&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/control (original)
+++ trunk/libconfig-model-perl/debian/control Sun Dec 21 16:49:16 2008
@@ -1,8 +1,9 @@
 Source: libconfig-model-perl
 Section: perl
+Uploaders: Dominique Dumont <dominique.dumont at hp.com>
 Priority: optional
 Build-Depends: debhelper (>= 7.0.0),
-	       libmodule-build-perl
+	       perl-modules (>= 5.10) | libmodule-build-perl
 Build-Depends-Indep: perl (>= 5.8.8-12), 
 		     libcarp-assert-more-perl,
 		     libconfig-tiny-perl,
@@ -10,7 +11,7 @@
 		     libparse-recdescent-perl (>= 1.90.0),
 		     libtest-pod-perl,
 		     libtest-warn-perl, 
- 		     liblog-log4perl-perl (>= 1.11),
+ 		     liblog-log4perl-perl (>= 1.11)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/trunk/libconfig-model-perl
@@ -23,8 +24,9 @@
 	 libcarp-assert-more-perl, 
 	 libexception-class-perl,
 	 libparse-recdescent-perl (>= 1.90.0),
- 	 liblog-log4perl-perl (>= 1.11),
-Suggests: libconfig-tiny-perl,
+ 	 liblog-log4perl-perl (>= 1.11)
+Suggests: libconfig-tiny-perl, 
+	  libterm-readline-perl-perl | libterm-readline-gnu-perl
 Description: describe and edit configuration data
  Config::Model enables a project developer to provide an interactive
  configuration editor (graphical, curses based or plain terminal) to

Modified: trunk/libconfig-model-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/copyright?rev=28439&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/copyright (original)
+++ trunk/libconfig-model-perl/debian/copyright Sun Dec 21 16:49:16 2008
@@ -1,36 +1,28 @@
-This is the debian package for the Config-Model module.
-It was created by Nicolas Valcárcel <nvalcarcel at ubuntu.com> using dh-make-perl.
-Now maintained by Dominique Dumont (dominique.dumont at hp.com).
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Dominique Dumont (ddumont at cpan dot org)
+Upstream-Source: http://search.cpan.org/dist/Config-Model/
+Upstream-Name: Config-Model
+Disclaimer: This copyright info was automatically extracted 
+    from the perl module. It may not be accurate, so you better 
+    check the module sources in order to ensure the module for its 
+    inclusion in Debian or for general legal information. Please, 
+    if licensing information is incorrectly generated, file a bug 
+    on dh-make-perl.
 
-It was downloaded from http://search.cpan.org/dist/Config-Model/
+Files: *
+Copyright: Dominique Dumont (ddumont at cpan dot org)
+License: LGPL-2+
 
-Upstream Authors:
+Files: debian/*
+Copyright: 2008, Dominique Dumont <dominique.dumont at hp.com>
+License: LGPL-2+
 
-  Dominique Dumont
+License: LGPL-2+
+    This program is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+    On Debian GNU/Linux systems, the complete text of version 2 of the GNU
+    Lesser Public License can be found in `/usr/share/common-licenses/LGPL-2'
 
-Copyright:
-
-  Copyright (c) 2005-2008 Dominique Dumont.
-
-License:
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2.1 of the License, or (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-The full text of the LGPL is available on Debian systems in
-/usr/share/common-licenses/LGPL
-
-The Debian packaging is (C) 2008, Nicolas Valcárcel <nvalcarcel at ubuntu.com>
-(C) 2008, Dominique Dumont <dominique.dumont at hp.com> and
-is licensed under the same terms as the software itself (see above).

Modified: trunk/libconfig-model-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/rules?rev=28439&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/rules (original)
+++ trunk/libconfig-model-perl/debian/rules Sun Dec 21 16:49:16 2008
@@ -1,77 +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.
-#
-# 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
-
-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) Build.PL installdirs=vendor
-	$(PERL) Build
-	$(PERL) Build 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 Build ] || $(PERL) Build distclean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-
-	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(PERL) Build install destdir=$(TMP) create_packlist=0
-
+	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 TODO
-	dh_installexamples examples/*
-	dh_installchangelogs ChangeLog
-	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