diff -u liblwp-protocol-http-socketunix-perl-0.02/debian/compat liblwp-protocol-http-socketunix-perl-0.02/debian/compat --- liblwp-protocol-http-socketunix-perl-0.02/debian/compat +++ liblwp-protocol-http-socketunix-perl-0.02/debian/compat @@ -1 +1 @@ -4 +7 reverted: --- liblwp-protocol-http-socketunix-perl-0.02/debian/docs +++ liblwp-protocol-http-socketunix-perl-0.02.orig/debian/docs @@ -1 +0,0 @@ -README diff -u liblwp-protocol-http-socketunix-perl-0.02/debian/changelog liblwp-protocol-http-socketunix-perl-0.02/debian/changelog --- liblwp-protocol-http-socketunix-perl-0.02/debian/changelog +++ liblwp-protocol-http-socketunix-perl-0.02/debian/changelog @@ -1,3 +1,34 @@ +liblwp-protocol-http-socketunix-perl (0.02-2) unstable; urgency=low + + [ gregor herrmann ] + * Take over for the Debian Perl Group with maintainer's permission + (http://lists.debian.org/debian-perl/2008/06/msg00039.html) + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza); Homepage field (source stanza). Changed: + Maintainer set to Debian Perl Group (was: Florian Ragwitz + ); Florian Ragwitz moved + to Uploaders. + * Add debian/watch. + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + + [ Ryan Niebur ] + * Remove Florian Ragwitz from Uploaders + * Close ITA (Closes: #523200) + + [ Nathan Handler ] + * debian/watch: Update to ignore development releases. + + [ Ansgar Burchardt ] + * Bump Standards-Version to 3.8.2. + * Add myself to Uploaders. + * Convert debian/copyright to proposed machine-readable format. + * No longer install README (no helpful content). + + -- Ansgar Burchardt Tue, 28 Jul 2009 23:44:17 +0200 + liblwp-protocol-http-socketunix-perl (0.02-1.1) unstable; urgency=low * Non-maintainer upload. diff -u liblwp-protocol-http-socketunix-perl-0.02/debian/copyright liblwp-protocol-http-socketunix-perl-0.02/debian/copyright --- liblwp-protocol-http-socketunix-perl-0.02/debian/copyright +++ liblwp-protocol-http-socketunix-perl-0.02/debian/copyright @@ -1,22 +1,31 @@ -This package was debianized by Florian Ragwitz on -Fri, 23 Jul 2004 13:30:07 +0200. - -It was downloaded from -http://search.cpan.org/~flora/LWP-Protocol-http-SocketUnix/ - -Upstream Author: Florian Ragwitz +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Florian Ragwitz +Upstream-Source: http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ +Upstream-Name: LWP-Protocol-http-SocketUnix +Files: * Copyright: + © 2004, Florian Ragwitz +License-Alias: Perl +License: Artistic | GPL-1+ - Copyright (C) 2004 by Florian Ragwitz - - This library is free software; you can redistribute it and/or modify it - under the same terms as Perl itself, either Perl version 5.8.4 or, at - your option, any later version of Perl 5 you may have available. - - Perl can be redistributed and/or modified under the terms of either the GNU - General Public License or the Artistic License. - - 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 Licence in `/usr/share/common-licenses/Artistic'. +Files: debian/* +Copyright: + © 2004, Florian Ragwitz + © 2009, Ansgar Burchardt +License: Artistic | GPL-1+ + +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' diff -u liblwp-protocol-http-socketunix-perl-0.02/debian/control liblwp-protocol-http-socketunix-perl-0.02/debian/control --- liblwp-protocol-http-socketunix-perl-0.02/debian/control +++ liblwp-protocol-http-socketunix-perl-0.02/debian/control @@ -1,14 +1,18 @@ Source: liblwp-protocol-http-socketunix-perl Section: perl Priority: optional -Maintainer: Florian Ragwitz -Build-Depends: debhelper (>= 4.0.0) +Maintainer: Debian Perl Group +Uploaders: Ansgar Burchardt +Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libwww-perl -Standards-Version: 3.6.1 +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/liblwp-protocol-http-socketunix-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/liblwp-protocol-http-socketunix-perl/ Package: liblwp-protocol-http-socketunix-perl Architecture: all -Depends: ${perl:Depends}, libwww-perl +Depends: ${misc:Depends}, ${perl:Depends}, libwww-perl Description: Perl module to speak http through unix sockets LWP::Protocol::http::UnixSocket enables you to speak HTTP through UNIX sockets using perl. diff -u liblwp-protocol-http-socketunix-perl-0.02/debian/rules liblwp-protocol-http-socketunix-perl-0.02/debian/rules --- liblwp-protocol-http-socketunix-perl-0.02/debian/rules +++ liblwp-protocol-http-socketunix-perl-0.02/debian/rules @@ -2,68 +2,2 @@ - -# This debian/rules file is provided as a template for normal perl -# packages. It was created by Marc Brockschmidt for -# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may -# be used freely wherever it is useful. - -PACKAGE=$(shell dh_listpackages) - -ifndef PERL -PERL = /usr/bin/perl -endif - -TMP =$(CURDIR)/debian/$(PACKAGE) - -build: build-stamp -build-stamp: - dh_testdir - - $(PERL) Makefile.PL INSTALLDIRS=vendor - $(MAKE) - - touch build-stamp - -clean: - dh_testdir - dh_testroot - -$(MAKE) distclean - dh_clean build-stamp install-stamp - -install: install-stamp -install-stamp: build-stamp - dh_testdir - dh_testroot - dh_clean -k - - $(MAKE) test - $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr - - #As this is a architecture independent package, we are not supposed to install - #stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb: - [ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5 - - touch install-stamp - -binary-arch: -# We have nothing to do by default. - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs -# dh_installexamples - dh_perl - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - 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 +%: + dh $@ only in patch2: unchanged: --- liblwp-protocol-http-socketunix-perl-0.02.orig/debian/watch +++ liblwp-protocol-http-socketunix-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/LWP-Protocol-http-SocketUnix/ .+/LWP-Protocol-http-SocketUnix-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$