r23441 - in /trunk/libgraph-readwrite-perl/debian: changelog control copyright rules

xaviero-guest at users.alioth.debian.org xaviero-guest at users.alioth.debian.org
Sun Jul 20 14:00:40 UTC 2008


Author: xaviero-guest
Date: Sun Jul 20 14:00:36 2008
New Revision: 23441

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23441
Log:
 * debian/copyright: split information about copyright holders for individual files
 * debian/rules: clean usr Makefile.PL
 * debian/control:clean B-D and B-D-I
 * debian/rules: install-stamp depends on build-stamp
 * s/UNRELEASED/unstable


Modified:
    trunk/libgraph-readwrite-perl/debian/changelog
    trunk/libgraph-readwrite-perl/debian/control
    trunk/libgraph-readwrite-perl/debian/copyright
    trunk/libgraph-readwrite-perl/debian/rules

Modified: trunk/libgraph-readwrite-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-readwrite-perl/debian/changelog?rev=23441&op=diff
==============================================================================
--- trunk/libgraph-readwrite-perl/debian/changelog (original)
+++ trunk/libgraph-readwrite-perl/debian/changelog Sun Jul 20 14:00:36 2008
@@ -1,17 +1,4 @@
-libgraph-readwrite-perl (2.00-1) UNRELEASED; urgency=low
-
-  TODO:
-  - necessary:
-    * debian/copyright: split information about copyright holders for
-      individual files
-    * debian/rules: build uses Makefile, clean uses Build ?!
-    * debian/control: B-D should only contain debhelper (and
-      libmodule-build-perl, if it's used), the rest belongs into B-D-I
-  - recommended:
-    * debian/rules: install-stamp should depend on build-stamp
-    * d/control and d/compat have debhelper 7 but d/rules doesn't use it
-    
-  [`dh-make-perl -R {--dh 7}' should fix the debian/rules issues]
+libgraph-readwrite-perl (2.00-1) unstable; urgency=low
 
   * Initial release (Closes: #487988)
 

Modified: trunk/libgraph-readwrite-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-readwrite-perl/debian/control?rev=23441&op=diff
==============================================================================
--- trunk/libgraph-readwrite-perl/debian/control (original)
+++ trunk/libgraph-readwrite-perl/debian/control Sun Jul 20 14:00:36 2008
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Xavier Oswald <x.oswald at free.fr>
-Build-Depends-Indep: perl (>= 5.8.7)
-Build-Depends: debhelper (>= 7), libmodule-build-perl, libgraph-perl, libxml-writer-perl, libxml-parser-perl
+Build-Depends-Indep: perl (>= 5.8.7), libgraph-perl, libxml-writer-perl, libxml-parser-perl
+Build-Depends: debhelper (>= 7), libmodule-build-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Graph-ReadWrite/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraph-readwrite-perl/

Modified: trunk/libgraph-readwrite-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-readwrite-perl/debian/copyright?rev=23441&op=diff
==============================================================================
--- trunk/libgraph-readwrite-perl/debian/copyright (original)
+++ trunk/libgraph-readwrite-perl/debian/copyright Sun Jul 20 14:00:36 2008
@@ -6,10 +6,45 @@
 Upstream Author: Neil Bowers <neil at bowers.com>
 
 Copyright:
- - Copyright (c) 2000-2005, Neil Bowers. All rights reserved.
- - Copyright (c) 2000-2001, Canon Research Centre Europe. All rights reserved.
- - Copyright (c) 2001, by Mark A. Hillebrand.  All rights reserved.
+ 
+ - lib/Graph/Reader.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+ 
+ - lib/Graph/Writer.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+ 
+ - lib/Graph/Reader/Dot.pm
+   Copyright (c) 2001 by Mark A. Hillebrand.  All rights reserved.
 
+ - lib/Graph/Reader/HTK.pm
+   Copyright (c) 2000-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2000, Canon Research Centre Europe. All rights reserved.
+
+ - lib/Graph/Reader/XML.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+
+ - lib/Graph/Writer/daVinci.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+	
+ - lib/Graph/Writer/Dot.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+
+ - lib/Graph/Writer/HTK.pm
+   Copyright (c) 2000-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2000, Canon Research Centre Europe. All rights reserved.
+ 
+ - lib/Graph/Writer/VCG.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
+ 
+ - lib/Graph/Writer/XML.pm
+   Copyright (c) 2001-2005, Neil Bowers. All rights reserved.
+   Copyright (c) 2001, Canon Research Centre Europe. All rights reserved.
 
 This program is free software, you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: trunk/libgraph-readwrite-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-readwrite-perl/debian/rules?rev=23441&op=diff
==============================================================================
--- trunk/libgraph-readwrite-perl/debian/rules (original)
+++ trunk/libgraph-readwrite-perl/debian/rules Sun Jul 20 14:00:36 2008
@@ -9,34 +9,35 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	$(PERL) Makefile.PL installdirs=vendor
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-	touch $@
-
-install: install-stamp
-install-stamp: build
-	dh_testdir
-	dh_testroot
-	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp
-	[ ! -f Build ] || $(PERL) Build --allow_mb_mismatch 1 distclean
+	[ ! -f Makefile ] || $(MAKE) realclean
 
-binary-arch: build install
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
 
-binary: binary-indep binary-arch
+binary-arch:
 
 binary-indep: build install
 	dh_testdir
 	dh_testroot
 	dh_installdocs TODO README
-	dh_installchangelogs ChangeLog 
+	dh_installchangelogs ChangeLog
 	dh_perl
 	dh_compress
 	dh_fixperms
@@ -46,4 +47,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: binary clean ibinary-indep binary-arch build clean install
+.PHONY: build clean binary-indep binary-arch binary install




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