r24325 - in /trunk/libnews-newsrc-perl/debian: changelog control copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 15 20:34:36 UTC 2008


Author: gregoa
Date: Fri Aug 15 20:34:33 2008
New Revision: 24325

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24325
Log:
* Don't install README any more.
* Set debhelper compatibility level to 7; adapt debian/rules.
* Add build dependency on libset-intspan-perl, since we want to run the test
  suite.
* debian/changelog: change to new format.

Modified:
    trunk/libnews-newsrc-perl/debian/changelog
    trunk/libnews-newsrc-perl/debian/control
    trunk/libnews-newsrc-perl/debian/copyright
    trunk/libnews-newsrc-perl/debian/rules

Modified: trunk/libnews-newsrc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-newsrc-perl/debian/changelog?rev=24325&op=diff
==============================================================================
--- trunk/libnews-newsrc-perl/debian/changelog (original)
+++ trunk/libnews-newsrc-perl/debian/changelog Fri Aug 15 20:34:33 2008
@@ -6,6 +6,11 @@
     <pkg-perl-maintainers at lists.alioth.debian.org> (was: Debian QA Group
     <packages at qa.debian.org>); added /me to Uploaders.
   * debian/watch: use dist-based URL.
+  * Don't install README any more.
+  * Set debhelper compatibility level to 7; adapt debian/rules.
+  * Add build dependency on libset-intspan-perl, since we want to run the test
+    suite.
+  * debian/changelog: change to new format.
 
  -- gregor herrmann <gregoa at debian.org>  Fri, 15 Aug 2008 17:19:30 -0300
 

Modified: trunk/libnews-newsrc-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-newsrc-perl/debian/control?rev=24325&op=diff
==============================================================================
--- trunk/libnews-newsrc-perl/debian/control (original)
+++ trunk/libnews-newsrc-perl/debian/control Fri Aug 15 20:34:33 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0-16)
+Build-Depends-Indep: perl (>= 5.6.0-16), libset-intspan-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Standards-Version: 3.8.0

Modified: trunk/libnews-newsrc-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-newsrc-perl/debian/copyright?rev=24325&op=diff
==============================================================================
--- trunk/libnews-newsrc-perl/debian/copyright (original)
+++ trunk/libnews-newsrc-perl/debian/copyright Fri Aug 15 20:34:33 2008
@@ -1,26 +1,33 @@
-This package was debianized by Mike Mattice <mattice at debian.org> on
-Sat,  2 Dec 2000 18:01:13 -0600
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Steven McDougall (swmcd at world.std.com)
+Upstream-Source: http://search.cpan.org/dist/News-Newsrc/
+Upstream-Name: News-Newsrc
 
-It was downloaded from:
-   http://www.cpan.org/modules/by-module/News/
+Files: *
+Copyright: 1996-2007, Steven McDougall (swmcd at world.std.com)
+License-Alias: Perl
+License: Artistic | GPL-1+
 
+Files: debian/*
+Copyright: 200-2002, Mike Mattice <mattice at debian.org>
+ 2006, Stephen Quinney <sjq at debian.org>
+ 2008, Anibal Monsalve Salazar <anibal at debian.org>
+ 2008, gregor herrmann <gregoa at debian.org>
+License: Artistic | GPL-1+
+ It is assumed that all contributors release their work under the same license
+ as the module itself.
 
-Copyright: 
-COPYRIGHT
-Copyright 1996-2001 by Steven McDougall. This module is free software;
-you can redistribute it and/or modify it under the same terms as Perl
-itself.
+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
 
-Perl's copyright terms are as follows:
+License: GPL-1+
     This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    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.
-
+    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/libnews-newsrc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnews-newsrc-perl/debian/rules?rev=24325&op=diff
==============================================================================
--- trunk/libnews-newsrc-perl/debian/rules (original)
+++ trunk/libnews-newsrc-perl/debian/rules Fri Aug 15 20:34:33 2008
@@ -1,80 +1,23 @@
 #!/usr/bin/make -f
-#-*- makefile -*-
-# Made with the aid of dh_make, by Craig Small
-# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
-# Some lines taken from debmake, by Christoph Lameter.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-archlib =`$(PERL) -MConfig -e 'print $$Config{installarchlib}'`
-
 
 build: build-stamp
 build-stamp:
-	dh_testdir
-
-
-	# Add here commands to compile the package.
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) CFLAGS="-O2 -g -Wall"
-
-	touch build-stamp
+	dh build
+	touch $@
 
 clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp install-stamp
-
-	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) realclean
-
-	dh_clean
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
+	dh install
+	touch $@
 
-	# Add here commands to install the package into debian/libnews-newsrc-perl.
-	$(MAKE) install PREFIX=`pwd`/debian/libnews-newsrc-perl/usr
-	#$(MAKE) pure_vendor_install
+binary-arch:
 
-	touch install-stamp
+binary-indep: install
+	dh $@
 
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
+binary: binary-arch binary-indep
 
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs README
-	dh_installexamples
-	dh_installmenu
-	dh_installcron
-	dh_installmanpages
-	dh_installchangelogs Changes
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_perl 
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
-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