r22506 - in /trunk/libwww-curl-perl/debian: changelog control copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Mon Jun 30 00:52:03 UTC 2008


Author: ghostbar-guest
Date: Mon Jun 30 00:52:02 2008
New Revision: 22506

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=22506
Log:
* Removed quilt from control and rules.
* Re-enabled tests on debian/rules
* Added license of inc/* in debian/copyright
* Added libmodule-install-perl as Build-Depend (just in case that upstream decide to stop including the build module in sources)

Modified:
    trunk/libwww-curl-perl/debian/changelog
    trunk/libwww-curl-perl/debian/control
    trunk/libwww-curl-perl/debian/copyright
    trunk/libwww-curl-perl/debian/rules

Modified: trunk/libwww-curl-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/changelog?rev=22506&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/changelog (original)
+++ trunk/libwww-curl-perl/debian/changelog Mon Jun 30 00:52:02 2008
@@ -1,10 +1,8 @@
 libwww-curl-perl (4.04-1) UNRELEASED; urgency=low
 
   TODO:
-  - remove quilt from debian/control,rules
-  - check debian/rules (clean target, general refresh, run some tests?)
-  - d/copyright: inc/* is missing
-  - d/control: capitalize conflicts:/replaces:
+  - check debian/rules (clean target, general refresh)
+  - check why lib/WWW/Curl/Easy.pm get removed on clean target, debian/rules.
   
   [ Martín Ferrari ]
   * Updating my email address
@@ -14,11 +12,19 @@
   * debian/control:
    + Standards-version bumped to 3.8.0 wo/ changes needed.
    + Added me as co-maintainer
+   + Capitalized conflics and replaces.
+   + Removed quilt from Build-Depends
+   + Added libmodule-install-perl as Build-Depend.
+  * debian/rules:
+   + Removed quilt.
+   + Re-enabled tests, tests needing webserver skipped.
   * debian/NEWS:
    + Deleted, no longer needed
   * debian/patches:
    + Deleted all the directory, is no longer used, upstream already merged
    these changes in Makefile.PL and anyway is not used since 3.12-1.
+  * debian/copyright:
+   + Added license for inc/* files.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sun, 29 Jun 2008 11:02:14 -0430
 

Modified: trunk/libwww-curl-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/control?rev=22506&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/control (original)
+++ trunk/libwww-curl-perl/debian/control Mon Jun 30 00:52:02 2008
@@ -5,7 +5,7 @@
 Uploaders: Michael Zehrer <zehrer at zepan.org>, Niko Tyni <ntyni at iki.fi>,
  Martín Ferrari <tincho at debian.org>,
  Jose Luis Rivas <ghostbar38 at gmail.com>
-Build-Depends: debhelper (>= 6), perl (>= 5.8.0-19), libcurl4-openssl-dev, quilt
+Build-Depends: debhelper (>= 6), perl (>= 5.8.0-19), libcurl4-openssl-dev, libmodule-install-perl
 Standards-Version: 3.8.0
 Homepage: http://curl.haxx.se/libcurl/perl/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libwww-curl-perl/
@@ -15,8 +15,8 @@
 Architecture: any
 Suggests: libcurl4-openssl-dev
 Depends: ${shlibs:Depends}, ${perl:Depends}
-conflicts: libcurl-easy-perl
-replaces: libcurl-easy-perl
+Conflicts: libcurl-easy-perl
+Replaces: libcurl-easy-perl
 Description: Perl bindings to libcurl
  This package provides the WWW::Curl perl modules which contain the perl
  bindings to libcurl. Please refer to the libcurl documentation available in

Modified: trunk/libwww-curl-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/copyright?rev=22506&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/copyright (original)
+++ trunk/libwww-curl-perl/debian/copyright Mon Jun 30 00:52:02 2008
@@ -14,6 +14,16 @@
  copies of the Software, and permit persons to whom the Software is furnished
  to do so, under the terms of the MPL or the MIT/X-derivate licenses. You may
  pick one of these licenses.
+
+Files: inc/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+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 License in 
+`/usr/share/common-licenses/Artistic'.
 
 Files: lib/WWW/Curl/Multi.pm
 Copyright: (C) 2004 Sebastian Riedel, et al.

Modified: trunk/libwww-curl-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-curl-perl/debian/rules?rev=22506&op=diff
==============================================================================
--- trunk/libwww-curl-perl/debian/rules (original)
+++ trunk/libwww-curl-perl/debian/rules Mon Jun 30 00:52:02 2008
@@ -3,7 +3,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
 
 PACKAGE=$(shell dh_listpackages)
 
@@ -23,7 +22,7 @@
 endif
 
 configure: configure-stamp
-configure-stamp: $(QUILT_STAMPFN)
+configure-stamp:
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	touch $@
@@ -32,10 +31,10 @@
 build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE) OPTIMIZE="$(CFLAGS)"
-	# $(MAKE) test # would need local webserver and ssl certificates
+	$(MAKE) test # would need local webserver and ssl certificates
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp install-stamp Makefile.old curlopt-constants.c lib/WWW/Curl/Easy.pm




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