r22919 - in /trunk/libgraph-writer-graphviz-perl/debian: changelog compat control copyright rules

xaviero-guest at users.alioth.debian.org xaviero-guest at users.alioth.debian.org
Tue Jul 8 14:08:07 UTC 2008


Author: xaviero-guest
Date: Tue Jul  8 14:08:06 2008
New Revision: 22919

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22919
Log:
 * Update debian/copyright
 * Clean debian/rules
 * Fix some mistakes in debian/control
 * Add test to debian/rules
 * Add missing build-depends for tests
 * set UNRELEASED to unstable
 * WARNING : this module depends on libgraph-readwrite-per which is in the pkg-perl but not now in debian.


Modified:
    trunk/libgraph-writer-graphviz-perl/debian/changelog
    trunk/libgraph-writer-graphviz-perl/debian/compat
    trunk/libgraph-writer-graphviz-perl/debian/control
    trunk/libgraph-writer-graphviz-perl/debian/copyright
    trunk/libgraph-writer-graphviz-perl/debian/rules

Modified: trunk/libgraph-writer-graphviz-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/debian/changelog?rev=22919&op=diff
==============================================================================
--- trunk/libgraph-writer-graphviz-perl/debian/changelog (original)
+++ trunk/libgraph-writer-graphviz-perl/debian/changelog Tue Jul  8 14:08:06 2008
@@ -1,4 +1,4 @@
-libgraph-writer-graphviz-perl (0.10-1) UNRELEASED; urgency=low
+libgraph-writer-graphviz-perl (0.10-1) unstable; urgency=low
 
   * Initial release (Closes: #487968)
 

Modified: trunk/libgraph-writer-graphviz-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/debian/compat?rev=22919&op=diff
==============================================================================
--- trunk/libgraph-writer-graphviz-perl/debian/compat (original)
+++ trunk/libgraph-writer-graphviz-perl/debian/compat Tue Jul  8 14:08:06 2008
@@ -1,1 +1,1 @@
-6
+7

Modified: trunk/libgraph-writer-graphviz-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/debian/control?rev=22919&op=diff
==============================================================================
--- trunk/libgraph-writer-graphviz-perl/debian/control (original)
+++ trunk/libgraph-writer-graphviz-perl/debian/control Tue Jul  8 14:08:06 2008
@@ -3,7 +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: debhelper (>= 7), perl (>= 5.8)
+Build-Depends-Indep: perl (>= 5.8.7), libmodule-build-perl
+Build-Depends: debhelper (>= 7), libio-all-perl, libgraphviz-perl, libgraph-readwrite-perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/Graph-Writer-GraphViz/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgraph-writer-graphviz-perl/
@@ -12,7 +13,7 @@
 
 Package: libgraph-writer-graphviz-perl
 Architecture: all
-Depends: ${perl:Depends}, lbgraphviz-perl, libgraph-perl, libio-all-perl
+Depends: ${perl:Depends}, lbgraphviz-perl, libgraph-perl, libio-all-perl, libgraph-readwrite-perl
 Description: GraphViz Writer for Graph object
  Graph::Writer::GraphViz is a class for writing out a Graph object with GraphViz
  module. All GraphViz formats should be supported without a problem.

Modified: trunk/libgraph-writer-graphviz-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/debian/copyright?rev=22919&op=diff
==============================================================================
--- trunk/libgraph-writer-graphviz-perl/debian/copyright (original)
+++ trunk/libgraph-writer-graphviz-perl/debian/copyright Tue Jul  8 14:08:06 2008
@@ -5,7 +5,7 @@
 
 Upstream Author: Kang-min Liu <gugod at gugod.org>
 
-Copyright: Copyright (c) 2005 Kang-min Liu, gugod at gugod.org
+Copyright: Copyright (c) 2004-2005 Kang-min Liu, gugod at gugod.org
 
 This program is free software, you can redistribute it and/or modify it under
 the same terms as Perl itself.

Modified: trunk/libgraph-writer-graphviz-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgraph-writer-graphviz-perl/debian/rules?rev=22919&op=diff
==============================================================================
--- trunk/libgraph-writer-graphviz-perl/debian/rules (original)
+++ trunk/libgraph-writer-graphviz-perl/debian/rules Tue Jul  8 14:08:06 2008
@@ -1,21 +1,17 @@
 #!/usr/bin/make -f
 
+export PERL_MM_USE_DEFAULT=1
+
+PERL ?= /usr/bin/perl
 PACKAGE=$(shell dh_listpackages)
 TMP = $(CURDIR)/debian/$(PACKAGE)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-ifndef DIR
-DIR = $(CURDIR)/debian/libgraph-writer-graphviz-perl
-endif
 
 build: build-stamp
 build-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	$(MAKE) test
 	touch $@
 
 install: install-stamp




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