r26647 - in /trunk/libpoe-component-sslify-perl/debian: changelog copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Tue Nov 4 04:36:07 UTC 2008


Author: ghostbar-guest
Date: Tue Nov  4 04:35:54 2008
New Revision: 26647

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26647
Log:
Updated debian/rules to use the 'usual' (as gregoa says) of debian-perl.
Updated debian/copyright, deleted debian perl group as the copyright holder, instead used maintainers.

Modified:
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/copyright
    trunk/libpoe-component-sslify-perl/debian/rules

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/changelog?rev=26647&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Tue Nov  4 04:35:54 2008
@@ -1,11 +1,10 @@
 libpoe-component-sslify-perl (0.14-1) unstable; urgency=low
 
   * New upstream release
-  * Switched to debhelper v7, debian/rules is now only 3 lines long.
+  * Switched to debhelper v7, updated debian/{rules,control,compat}
   * Added debian/docs.
-  * debian/control: Updated to debhelper >= 7.
-  * debian/compat: 7.
   * Added me as uploader.
+  * Refreshed debian/copyright.
 
  -- Jose Luis Rivas <ghostbar38 at gmail.com>  Sat, 01 Nov 2008 19:06:35 -0430
 

Modified: trunk/libpoe-component-sslify-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/copyright?rev=26647&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/copyright (original)
+++ trunk/libpoe-component-sslify-perl/debian/copyright Tue Nov  4 04:35:54 2008
@@ -1,4 +1,5 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Format-Specification: 
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 Upstream-Author: Apocalypse <APOCAL at cpan.org>
 Packaged-By: Kees Cook <kees at outflux.net>
 Original-Source-Location: http://search.cpan.org/dist/POE-Component-SSLify/
@@ -13,7 +14,8 @@
 
 Files: debian/*
 Copyright: © 2007 Kees Cook <kees at outflux.net>
-           © 2007-2008 Debian Perl Group <debian-perl at lists.debian.org>
+           © 2007 Niko Tyni <ntyni at debian.org>
+	   © 2007-2008 Martín Ferrari <tincho at debian.org>
 License: GPL-1+ | Artistic
 
 Perl is distributed under your choice of the GNU General Public License or the

Modified: trunk/libpoe-component-sslify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/rules?rev=26647&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/rules (original)
+++ trunk/libpoe-component-sslify-perl/debian/rules Tue Nov  4 04:35:54 2008
@@ -1,3 +1,23 @@
 #!/usr/bin/make -f
-%:
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
 	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch:
+
+binary-indep: install
+	dh $@
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build




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