r25821 - in /trunk/libjson-perl/debian: changelog compat control copyright rules watch

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Oct 7 07:52:32 UTC 2008


Author: angelabad-guest
Date: Tue Oct  7 07:52:29 2008
New Revision: 25821

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=25821
Log:
Pkg perl adopt changes and switch to unstable

Modified:
    trunk/libjson-perl/debian/changelog
    trunk/libjson-perl/debian/compat
    trunk/libjson-perl/debian/control
    trunk/libjson-perl/debian/copyright
    trunk/libjson-perl/debian/rules
    trunk/libjson-perl/debian/watch

Modified: trunk/libjson-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/changelog?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/changelog (original)
+++ trunk/libjson-perl/debian/changelog Tue Oct  7 07:52:29 2008
@@ -1,10 +1,23 @@
-libjson-perl (2.12-1) UNRELEASED; urgency=low
+libjson-perl (2.12-1) unstable; urgency=low
 
-  * (NOT RELEASED YET) New upstream release (closes: #501335)
+  * New upstream release (closes: #501335)
   * Take over for the Debian Perl Group on maintainer's request
     (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501335)
+  * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
+    field (source stanza); Homepage field (source stanza). Changed:
+    Maintainer set to Debian Perl Group <pkg-perl-
+    maintainers at lists.alioth.debian.org> (was: Ivan Kohler <ivan-
+    debian at 420.am>); Ivan Kohler <ivan-debian at 420.am> moved to
+    Uploaders.
+  * Add Angel Abad to Uploaders
+  * New Standards-Version 3.8.0
+  * Update debhelper dependency
+  * Update debian/copyright
+  * Update debian/watch
+  * Update debian/rules
+  * Add libtest-pod-perl to Build-Depends-Indep
 
- -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Tue, 07 Oct 2008 09:08:42 +0200
+ -- Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>  Tue, 07 Oct 2008 09:21:42 +0200
 
 libjson-perl (2.07-1) unstable; urgency=low
 

Modified: trunk/libjson-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/compat?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/compat (original)
+++ trunk/libjson-perl/debian/compat Tue Oct  7 07:52:29 2008
@@ -1,1 +1,1 @@
-4
+5

Modified: trunk/libjson-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/control?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/control (original)
+++ trunk/libjson-perl/debian/control Tue Oct  7 07:52:29 2008
@@ -1,16 +1,20 @@
 Source: libjson-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2), libwww-perl
-Build-Depends-Indep: perl (>= 5.8.0-7)
-Maintainer: Ivan Kohler <ivan-debian at 420.am>
-Standards-Version: 3.6.1
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.8.0-7), libtest-pod-perl (>= 1.00)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com>, Ivan Kohler <ivan-debian at 420.am>
+Standards-Version: 3.8.0
+Homepage: http://search.cpan.org/dist/JSON/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjson-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/
 
 Package: libjson-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, 
+Depends: ${perl:Depends}, ${misc:Depends}
 Recommends: libjson-xs-perl
-Description: Perl module to parse and convert to JSON (JavaScript Object Notation).
+Description: Perl module to parse and convert to JSON
  This module converts JSON (JavaScript Object Notation) and Perl
  data structures into each other.
  .

Modified: trunk/libjson-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/copyright?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/copyright (original)
+++ trunk/libjson-perl/debian/copyright Tue Oct  7 07:52:29 2008
@@ -1,11 +1,12 @@
 This is the debian package for the JSON module.
-It was created by Ivan Kohler <ivan-debian at 420.am> using dh-make-perl.
+It was created by Angel Abad (Ikusnet SLL) <angel at grupoikusnet.com> 
+using dh-make-perl.
 
-The upstream author is: 
+It was downloaded from: http://search.cpan.org/dist/JSON/
 
-Makamaka Hannyaharamitu, <makamaka[at]cpan.org>.
+The upstream author: Makamaka Hannyaharamitu, <makamaka[at]cpan.org>
 
-makamaka [at] donzoko.net
+Copyright (c) 2005-2008 Makamaka Hannyaharamitu <makamaka[at]cpan.org> 
 
 This library is free software; you can redistribute it
 and/or modify it under the same terms as Perl itself.

Modified: trunk/libjson-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/rules?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/rules (original)
+++ trunk/libjson-perl/debian/rules Tue Oct  7 07:52:29 2008
@@ -11,31 +11,23 @@
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
 
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
 build-stamp:
 	dh_testdir
-
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
 	$(MAKE) test
-
 	touch $@
 
 clean:
 	dh_testdir
 	dh_testroot
-
 	dh_clean build-stamp install-stamp
-
 	# Add commands to clean up after the build process here
 	[ ! -f Makefile ] || $(MAKE) realclean
 
@@ -44,12 +36,11 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-
 	# Add commands to install the package into $(TMP) here
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
-
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
-
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
 	touch $@
 
 binary-arch:
@@ -58,8 +49,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installexamples
-	dh_installdocs README
+	dh_installdocs README 
 	dh_installchangelogs Changes
 	dh_perl
 	dh_compress
@@ -69,8 +59,5 @@
 	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: build clean binary-indep binary-arch binary install

Modified: trunk/libjson-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjson-perl/debian/watch?rev=25821&op=diff
==============================================================================
--- trunk/libjson-perl/debian/watch (original)
+++ trunk/libjson-perl/debian/watch Tue Oct  7 07:52:29 2008
@@ -1,3 +1,2 @@
-# format version number, currently 2; this line is compulsory!
 version=3
-http://search.cpan.org/dist/JSON/ .*/JSON-([\.\d]+)\.(?:tar\.gz|tar|tgz)$
+http://search.cpan.org/dist/JSON/   .*/JSON-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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