diff -Nru liblucene-queryparser-perl-1.04/debian/changelog liblucene-queryparser-perl-1.04/debian/changelog --- liblucene-queryparser-perl-1.04/debian/changelog 2016-04-27 05:22:17.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/changelog 2016-04-23 23:21:21.000000000 +0000 @@ -1,3 +1,14 @@ +liblucene-queryparser-perl (1.04-3) unstable; urgency=medium + + * Set Maintainer to Debian Perl Group + * Switch to dpkg-source 3.0 (quilt) format + * Switch to minimal dh 9 rules + * Remove inappropriate dependencies on perl-modules + * Switch to copyright-format 1.0 + * Update Standards-Version (no changes) + + -- Dominic Hargreaves Sun, 24 Apr 2016 00:21:20 +0100 + liblucene-queryparser-perl (1.04-2) unstable; urgency=low * Add missing dependencies on perl-modules diff -Nru liblucene-queryparser-perl-1.04/debian/compat liblucene-queryparser-perl-1.04/debian/compat --- liblucene-queryparser-perl-1.04/debian/compat 2016-04-27 05:22:17.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/compat 2016-04-23 23:16:17.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru liblucene-queryparser-perl-1.04/debian/control liblucene-queryparser-perl-1.04/debian/control --- liblucene-queryparser-perl-1.04/debian/control 2016-04-27 05:22:17.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/control 2016-04-23 23:21:03.000000000 +0000 @@ -1,15 +1,18 @@ Source: liblucene-queryparser-perl Section: perl Priority: optional -Build-Depends: debhelper (>= 5) -Build-Depends-Indep: perl (>= 5.6.10-12), perl-modules -Maintainer: Dominic Hargreaves -Standards-Version: 3.7.3 -Homepage: http://search.cpan.org/dist/Lucene-QueryParser/ +Build-Depends: debhelper (>= 9) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Dominic Hargreaves +Standards-Version: 3.9.7 +Homepage: http://metacpan.org/release/Lucene-QueryParser/ +Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/liblucene-queryparser-perl.git +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/liblucene-queryparser-perl.git Package: liblucene-queryparser-perl Architecture: all -Depends: ${perl:Depends}, ${misc:Depends}, perl-modules +Depends: ${perl:Depends}, ${misc:Depends} Description: Turn a Lucene query into a Perl data structure This module parses a Lucene query. It deals with fields, types, phrases, subqueries, and so on; everything handled by the SimpleQuery class in diff -Nru liblucene-queryparser-perl-1.04/debian/copyright liblucene-queryparser-perl-1.04/debian/copyright --- liblucene-queryparser-perl-1.04/debian/copyright 2016-04-27 05:22:17.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/copyright 2016-04-23 23:18:35.000000000 +0000 @@ -1,21 +1,26 @@ -This is the debian package for the Lucene-QueryParser module. -It was created by Dominic Hargreaves using dh-make-perl. +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Simon Cozens -It was downloaded from http://search.cpan.org/dist/Lucene-QueryParser/ - -The upstream author is: - -Simon Cozens, . - -Copyright 2003 by Kasei - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - -Perl is distributed under your choice of 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'. - -The Debian packaging is (C) 2008, Dominic Hargreaves and -is licensed under the same terms as the software itself (see above). +Files: * +Copyright: 2003 by Kasei +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2016, Dominic Hargreaves +License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-1'. diff -Nru liblucene-queryparser-perl-1.04/debian/rules liblucene-queryparser-perl-1.04/debian/rules --- liblucene-queryparser-perl-1.04/debian/rules 2016-04-27 05:22:17.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/rules 2016-04-23 23:15:59.000000000 +0000 @@ -1,63 +1,4 @@ #!/usr/bin/make -f -# 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. -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# If set to a true value then MakeMaker's prompt function will -# always return the default without waiting for user input. -export PERL_MM_USE_DEFAULT=1 - -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 - -install: install-stamp -install-stamp: build-stamp - 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 - touch $@ - -binary-arch: -# We have nothing to do here for an architecture-independent package - -binary-indep: build install - dh_testdir - dh_testroot - dh_installdocs README - dh_installchangelogs Changes - dh_perl - dh_compress - dh_fixperms - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install +%: + dh $@ diff -Nru liblucene-queryparser-perl-1.04/debian/source/format liblucene-queryparser-perl-1.04/debian/source/format --- liblucene-queryparser-perl-1.04/debian/source/format 1970-01-01 00:00:00.000000000 +0000 +++ liblucene-queryparser-perl-1.04/debian/source/format 2016-04-23 23:15:49.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)