r31787 - in /trunk/libhtml-tiny-perl/debian: changelog compat control copyright libhtml-tiny-perl.examples rules

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Mar 9 05:12:26 UTC 2009


Author: ryan52-guest
Date: Mon Mar  9 05:12:23 2009
New Revision: 31787

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31787
Log:
* add more copyright information to debian/copyright
* add myself to uploaders
* redo debian/rules with debhelper 7
* add examples

Added:
    trunk/libhtml-tiny-perl/debian/libhtml-tiny-perl.examples
Modified:
    trunk/libhtml-tiny-perl/debian/changelog
    trunk/libhtml-tiny-perl/debian/compat
    trunk/libhtml-tiny-perl/debian/control
    trunk/libhtml-tiny-perl/debian/copyright
    trunk/libhtml-tiny-perl/debian/rules

Modified: trunk/libhtml-tiny-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/changelog?rev=31787&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/changelog (original)
+++ trunk/libhtml-tiny-perl/debian/changelog Mon Mar  9 05:12:23 2009
@@ -1,8 +1,12 @@
 libhtml-tiny-perl (1.05-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * add more copyright information to debian/copyright
+  * add myself to uploaders
+  * redo debian/rules with debhelper 7
+  * add examples
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 08 Mar 2009 21:58:00 -0700
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sun, 08 Mar 2009 22:11:45 -0700
 
 libhtml-tiny-perl (1.03-1) unstable; urgency=low
 

Modified: trunk/libhtml-tiny-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/compat?rev=31787&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/compat (original)
+++ trunk/libhtml-tiny-perl/debian/compat Mon Mar  9 05:12:23 2009
@@ -1,1 +1,1 @@
-5
+7

Modified: trunk/libhtml-tiny-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/control?rev=31787&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/control (original)
+++ trunk/libhtml-tiny-perl/debian/control Mon Mar  9 05:12:23 2009
@@ -1,14 +1,14 @@
 Source: libhtml-tiny-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7)
 Build-Depends-Indep: perl (>= 5.8.8-7), libversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>, Gunnar Wolf <gwolf at debian.org>
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>, Gunnar Wolf <gwolf at debian.org>,
+ Ryan Niebur <ryanryan52 at gmail.com>
 Homepage: http://search.cpan.org/dist/HTML-Tiny/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-tiny-perl/
-Vcs-Browser:
- http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/
 Standards-Version: 3.8.0
 
 Package: libhtml-tiny-perl

Modified: trunk/libhtml-tiny-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/copyright?rev=31787&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/copyright (original)
+++ trunk/libhtml-tiny-perl/debian/copyright Mon Mar  9 05:12:23 2009
@@ -5,23 +5,26 @@
 Upstream-Name: HTML-Tiny
 
 Files: *
-Copyright: Andy Armstrong <andy at hexten.net>
+Copyright: 2008, Andy Armstrong <andy at hexten.net>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2008, Gunnar Wolf <gwolf at debian.org>
+Copyright: 2007-2008, Alejandro Garrido Mota
+ 2008, gregor herrmann <gregor+debian at comodo.priv.at>
+ 2008, Gunnar Wolf <gwolf at debian.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
 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
+    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 
+    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

Added: trunk/libhtml-tiny-perl/debian/libhtml-tiny-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/libhtml-tiny-perl.examples?rev=31787&op=file
==============================================================================
--- trunk/libhtml-tiny-perl/debian/libhtml-tiny-perl.examples (added)
+++ trunk/libhtml-tiny-perl/debian/libhtml-tiny-perl.examples Mon Mar  9 05:12:23 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libhtml-tiny-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhtml-tiny-perl/debian/rules?rev=31787&op=diff
==============================================================================
--- trunk/libhtml-tiny-perl/debian/rules (original)
+++ trunk/libhtml-tiny-perl/debian/rules Mon Mar  9 05:12:23 2009
@@ -1,6 +1,23 @@
 #!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/perlmodule.mk
 
-install/libhtml-tiny-perl::
-	[ ! -d debian/libhtml-tiny-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose  debian/libhtml-tiny-perl/usr/lib/perl5
+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