r27667 - in /trunk/libxml-writer-perl/debian: changelog copyright rules

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Tue Dec 2 19:26:57 UTC 2008


Author: bricas-guest
Date: Tue Dec  2 19:26:54 2008
New Revision: 27667

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27667
Log:
* debian/rules: use template from dh-make-perl.
* debian/copyright: switch to new format.

Modified:
    trunk/libxml-writer-perl/debian/changelog
    trunk/libxml-writer-perl/debian/copyright
    trunk/libxml-writer-perl/debian/rules

Modified: trunk/libxml-writer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/debian/changelog?rev=27667&op=diff
==============================================================================
--- trunk/libxml-writer-perl/debian/changelog (original)
+++ trunk/libxml-writer-perl/debian/changelog Tue Dec  2 19:26:54 2008
@@ -6,6 +6,8 @@
 
   [ Brian Cassidy ]
   * New upstream release.
+  * debian/rules: use template from dh-make-perl.
+  * debian/copyright: switch to new format.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:34 +0100
 

Modified: trunk/libxml-writer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/debian/copyright?rev=27667&op=diff
==============================================================================
--- trunk/libxml-writer-perl/debian/copyright (original)
+++ trunk/libxml-writer-perl/debian/copyright Tue Dec  2 19:26:54 2008
@@ -1,28 +1,53 @@
-This package was debianized by Stevie Strickland <sstrickl at resnet.gatech.edu>
-on Thu, 27 May, 1999, 18:55:35 -0400.  It was maintained from October 1999
-to September 2003 by Ardo van Rangelrooij <ardo at debian.org>.  It was
-maintained by Kenneth J. Pronovici <pronovic at debian.org> until Fri,  7 Oct 2005
-17:05:12 +0200 and until April 2005 by Florian Ernst <florian at debian.org>.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Joseph Walton <joe at kafsemo.org>
+Upstream-Source: http://search.cpan.org/dist/XML-Writer/
+Upstream-Name: XML-Writer
 
-The current maintainer is the Debian Perl Group 
-<pkg-perl-maintainers at lists.alioth.debian.org>.
+Files: *
+Copyright:
+ 1999-2008, David Megginson <david at megginson.com>, Joseph Walton <joe at kafsemo.org>
+License: MIT
 
-The package was downloaded from: http://search.cpan.org/dist/XML-Writer/.
-Visit <http://www.cpan.org/> to find a CPAN site near you.
+Files: debian/*
+Copyright:
+ 1999-2008, various members of the Debian Perl Group, cf. debian/changelog
+License: Artistic | GPL-1+
 
-Upstream Author: Joseph Walton <joe at kafsemo.org>
+License: MIT
+    The MIT License
 
-Copyright:
+    Copyright 1999, 2000 David Megginson
+    Copyright 2004, 2005 Joseph Walton
 
-   Copyright (c) 1999 by David Megginson <david at megginson.com>
-   Copyright (c) 1999 by Megginson Technologies.
-   Copyright 2003 Ed Avis, <ed at membled.com> and others.
-   Copyright (c) 2004, 2005 by Joseph Walton <joe at kafsemo.org>.
+    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:
 
-   This library is free software; you can redistribute it and/or modify
-   it under the same terms as Perl itself.
+    The above copyright notice and this permission notice shall be included in
+    all copies or substantial portions of the Software.
 
-See /usr/share/common-licenses/GPL and
-/usr/share/common-licenses/Artistic for the basic licenses Perl is
-based on, and /usr/share/doc/perl/copyright for the license for
-Perl itself.
+    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.
+
+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
+
+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'

Modified: trunk/libxml-writer-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-writer-perl/debian/rules?rev=27667&op=diff
==============================================================================
--- trunk/libxml-writer-perl/debian/rules (original)
+++ trunk/libxml-writer-perl/debian/rules Tue Dec  2 19:26:54 2008
@@ -1,50 +1,23 @@
 #!/usr/bin/make -f
 
-PERL=/usr/bin/perl
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
-binary: binary-indep
-
-binary-arch: 
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdocs
-	dh_installchangelogs Changes
-	dh_installexamples examples/*
-	dh_fixperms
-	dh_compress
-	dh_installdeb
-	dh_perl
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
+clean:
+	dh $@
 
 install: install-stamp
 install-stamp: build-stamp
-	dh_testdir
-	dh_testroot
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/libxml-writer-perl PREFIX=/usr
-	[ ! -d debian/libxml-writer-perl/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose debian/libxml-writer-perl/usr/lib/perl5
-
-build: build-stamp
-build-stamp: configure-stamp
-	dh_testdir
-	$(MAKE)
-	$(MAKE) test
+	dh install
 	touch $@
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	touch $@
+binary-arch:
 
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean build-stamp configure-stamp
-	if [ -e Makefile ]; then $(MAKE) distclean; fi
+binary-indep: install
+	dh $@
 
-.PHONY: binary binary-arch binary-indep install build configure clean
+binary: binary-arch binary-indep
 
+.PHONY: binary binary-arch binary-indep install clean build




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