r68533 - in /trunk/libapache-asp-perl/debian: changelog compat control copyright libapache-asp-perl.docs libapache-asp-perl.examples rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Feb 13 18:03:43 UTC 2011


Author: gregoa
Date: Sun Feb 13 18:03:01 2011
New Revision: 68533

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68533
Log:
* Switch to source format 3.0 (quilt).
* Switch to debhelper 7.
* Set Standards-Version to 3.9.1; remove version from perl build dependency.
* Clean up dependencies: remove packages that don't exist anymore
  (closes: #541611) and drop versions that are satisfied in all suites.
* debian/copyright: update formatting, update upstream copyright years and
  license, add third-party file, update list of packaging contributors.

Added:
    trunk/libapache-asp-perl/debian/libapache-asp-perl.docs
    trunk/libapache-asp-perl/debian/libapache-asp-perl.examples
    trunk/libapache-asp-perl/debian/source/
    trunk/libapache-asp-perl/debian/source/format
Modified:
    trunk/libapache-asp-perl/debian/changelog
    trunk/libapache-asp-perl/debian/compat
    trunk/libapache-asp-perl/debian/control
    trunk/libapache-asp-perl/debian/copyright
    trunk/libapache-asp-perl/debian/rules

Modified: trunk/libapache-asp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/changelog?rev=68533&op=diff
==============================================================================
--- trunk/libapache-asp-perl/debian/changelog (original)
+++ trunk/libapache-asp-perl/debian/changelog Sun Feb 13 18:03:01 2011
@@ -9,7 +9,14 @@
   * Add debian/watch (closes: #495288).
 
   * New upstream release (closes: #495285):
-    - fixex "Can't locate object method "get"." (closes: #428012)
+    - fixes "Can't locate object method "get"." (closes: #428012)
+  * Switch to source format 3.0 (quilt).
+  * Switch to debhelper 7.
+  * Set Standards-Version to 3.9.1; remove version from perl build dependency.
+  * Clean up dependencies: remove packages that don't exist anymore
+    (closes: #541611) and drop versions that are satisfied in all suites.
+  * debian/copyright: update formatting, update upstream copyright years and
+    license, add third-party file, update list of packaging contributors.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 13 Feb 2011 18:39:43 +0100
 

Modified: trunk/libapache-asp-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/compat?rev=68533&op=diff
==============================================================================
--- trunk/libapache-asp-perl/debian/compat (original)
+++ trunk/libapache-asp-perl/debian/compat Sun Feb 13 18:03:01 2011
@@ -1,1 +1,1 @@
-4
+7

Modified: trunk/libapache-asp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/control?rev=68533&op=diff
==============================================================================
--- trunk/libapache-asp-perl/debian/control (original)
+++ trunk/libapache-asp-perl/debian/control Sun Feb 13 18:03:01 2011
@@ -1,22 +1,31 @@
 Source: libapache-asp-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends-Indep: libmldbm-perl,
+ libmldbm-sync-perl,
+ perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Section: perl
-Priority: optional
-Standards-Version: 3.6.2
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Apache-ASP/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libapache-asp-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libapache-asp-perl/
-Build-Depends-Indep: perl (>> 5.8.1)
-Build-Depends: debhelper (>> 4.1)
-Homepage: http://search.cpan.org/dist/Apache-ASP/
 
 Package: libapache-asp-perl
 Architecture: all
-Depends: ${misc:Depends}, perl (>> 5.8.1), libmldbm-perl (>= 2.00-1), libmldbm-sync-perl (>= 0.25), libwww-perl (>= 5.42-1)
-Recommends: libapache-mod-perl | libapache2-mod-perl2 (>= 1.999.22-1)
-Suggests: libdevel-symdump-perl, libcompress-zlib-perl, libhtml-clean-perl, libhtml-fillinform-perl, libapache-filter-perl, libapache-ssi-perl, libxml-sablot-perl | libxml-libxslt-perl | libxml-xslt-perl (>= 0.32)
+Depends: ${misc:Depends}, ${perl:Depends},
+ libmldbm-perl,
+ libmldbm-sync-perl,
+ libwww-perl
+Recommends: libapache2-mod-perl2
+Suggests: libapache-ssi-perl,
+ libdevel-symdump-perl,
+ libhtml-clean-perl,
+ libhtml-fillinform-perl,
+ libxml-libxslt-perl | libxml-xslt-perl
 Description: perl Apache::ASP - Active Server Pages for Apache with mod_perl
- This perl module provides an Active Server Pages port to the Apache Web
+ Apache::ASP provides an Active Server Pages port to the Apache Web
  Server with perl as the host scripting language. Active Server Pages is
  a web application platform that originated with the Microsoft NT/IIS
  server. Under Apache for Unix and Win32 platforms it allows a developer

Modified: trunk/libapache-asp-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/copyright?rev=68533&op=diff
==============================================================================
--- trunk/libapache-asp-perl/debian/copyright (original)
+++ trunk/libapache-asp-perl/debian/copyright Sun Feb 13 18:03:01 2011
@@ -1,31 +1,41 @@
-This is the Debian GNU/Linux version of the Apache::ASP Perl module.
-It is currently maintained by
-Víctor Pérez Pereira <vperez at debianvenezuela.org>
-From the README:
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Joshua Chamas
+Source: http://search.cpan.org/dist/Apache-ASP/
+Name: Apache-ASP
 
-LICENSE
-    Copyright (c) 1998-2005, Joshua Chamas, Chamas Enterprises Inc. All
-    rights reserved.
+Files: *
+Copyright: 1998-2008, Josh Chamas, Chamas Enterprises Inc.
+License: Artistic or GPL-1+
 
-    Apache::ASP is a perl native port of Active Server Pages for Apache and
-    mod_perl. This software is licensed under the GPL.
+Files: lib/Apache/ASP/Date.pm
+Copyright: 1995-1997, Gisle Aas
+License: Artistic or 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 2 of the License, or (at your
-    option) any later version.
+Files: debian/*
+Copyright: 1998, 1999, Vincent Renardias <vincent at waw.com>
+ 1999, 2000, Piotr Roszatycki <dexter at debian.org>
+ 1999, Raphael Hertzog <rhertzog at hrnet.fr>
+ 1999, Vincent Renardias <vincent at debian.org>
+ 2001, 2002, 2004, Stephen Zander <gibreel at debian.org>
+ 2004, Erich Schubert <erich at debian.org>
+ 2005, Stephen Quinney <sjq at debian.org>
+ 2005, Víctor Pérez Pereira <vperez at debianvenezuela.org>
+ 2008, Stephen Gran <sgran at debian.org>
+ 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
 
-    This program is distributed in the hope that it will be useful, but
-    WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
-    Public License for more details.
+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'.
 
-The full text of the GPL version 2 is available on Debian systems in
-/usr/share/common-licenses/GPL-2
-
-This package has been through multiple maintainers (for a list see
-/usr/share/doc/libapache-asp-perl/changelog.Debian.gz).
-
-Current Debian specific changes are copyright (c) 2000-2002,
-Stephen Zander <gibreel at debian.org>
-
+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'.

Added: trunk/libapache-asp-perl/debian/libapache-asp-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/libapache-asp-perl.docs?rev=68533&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/libapache-asp-perl.docs (added)
+++ trunk/libapache-asp-perl/debian/libapache-asp-perl.docs Sun Feb 13 18:03:01 2011
@@ -1,0 +1,2 @@
+README
+site

Added: trunk/libapache-asp-perl/debian/libapache-asp-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/libapache-asp-perl.examples?rev=68533&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/libapache-asp-perl.examples (added)
+++ trunk/libapache-asp-perl/debian/libapache-asp-perl.examples Sun Feb 13 18:03:01 2011
@@ -1,0 +1,2 @@
+debian/index.html
+site/eg/.htaccess

Modified: trunk/libapache-asp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/rules?rev=68533&op=diff
==============================================================================
--- trunk/libapache-asp-perl/debian/rules (original)
+++ trunk/libapache-asp-perl/debian/rules Sun Feb 13 18:03:01 2011
@@ -1,59 +1,11 @@
-#! /usr/bin/make -f
-# -*-makefile-*-
-# debian/rules file for libapache-asp-perl
+#!/usr/bin/make -f
 
-PERL	?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
-package	:= $(firstword $(shell dh_listpackages))
-prefix	:= $(CURDIR)/debian/$(package)/usr
+%:
+	dh $@
 
-version	:= $(shell dpkg-parsechangelog | \
-			sed -ne 's/^Version: *\([0-9]\+:\)*//p')
-
-tag:
-	cvs tag -c -F $(subst .,_,debian_version_$(version))
-ifeq ($(findstring -,$(version)),)
-	cvs tag -c -F $(subst .,_,upstream_version_$(version))
-endif
-
-build:	build-stamp
-build-stamp:
-	dh_testdir
-	$(PERL) Makefile.PL INSTALLDIRS=vendor PERL=$(PERL)
-	$(MAKE) LD_RUN_PATH=
-	touch $@
-
-clean:	checkroot
-	[ ! -e Makefile ] || $(MAKE) distclean
-	dh_clean build-stamp
-
-binary-indep:	checkroot build
-	dh_clean
-	dh_installdirs
-
-	$(MAKE) pure_install PREFIX=$(prefix)
-	[ ! -d $(prefix)/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(prefix)/lib/perl5
-
-	dh_installdocs README site
-	mv $(prefix)/share/doc/$(package)/site \
-		$(prefix)/share/doc/$(package)/html
-	dh_installchangelogs CHANGES
-	dh_installexamples debian/index.html site/eg/.htaccess
-
-	dh_compress
-	dh_fixperms
-	dh_perl
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:	checkroot build
-
-binary:	binary-indep binary-arch
-
-checkroot:
-	dh_testdir
-	dh_testroot
-
-.PHONY:	binary binary-arch binary-indep clean checkroot build
+override_dh_installdocs:
+	dh_installdocs
+	mv $(TMP)/usr/share/doc/$(PACKAGE)/site $(TMP)/usr/share/doc/$(PACKAGE)/html

Added: trunk/libapache-asp-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache-asp-perl/debian/source/format?rev=68533&op=file
==============================================================================
--- trunk/libapache-asp-perl/debian/source/format (added)
+++ trunk/libapache-asp-perl/debian/source/format Sun Feb 13 18:03:01 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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