r12258 - in /trunk/libnet-z3950-zoom-perl/debian: changelog copyright rules

ghostbar-guest at users.alioth.debian.org ghostbar-guest at users.alioth.debian.org
Wed Jan 9 01:15:42 UTC 2008


Author: ghostbar-guest
Date: Wed Jan  9 01:15:42 2008
New Revision: 12258

URL: http://svn.debian.org/wsvn/?sc=1&rev=12258
Log:
debian/rules: `touch $@' instead of `touch *-stamp'
debian/copyright: fixed formatting and updated copyright dates
ready to be uploaded

Modified:
    trunk/libnet-z3950-zoom-perl/debian/changelog
    trunk/libnet-z3950-zoom-perl/debian/copyright
    trunk/libnet-z3950-zoom-perl/debian/rules

Modified: trunk/libnet-z3950-zoom-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-zoom-perl/debian/changelog?rev=12258&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/changelog (original)
+++ trunk/libnet-z3950-zoom-perl/debian/changelog Wed Jan  9 01:15:42 2008
@@ -1,4 +1,4 @@
-libnet-z3950-zoom-perl (1.21-1) UNRELEASED; urgency=low
+libnet-z3950-zoom-perl (1.21-1) unstable; urgency=low
 
   [ Vincent Danjean ]
   * New upstream release
@@ -7,7 +7,13 @@
   [ gregor herrmann ]
   * debian/rules: remove /usr/bin only if it exists.
 
- -- Vincent Danjean <vdanjean at debian.org>  Fri, 07 Dec 2007 02:53:50 +0100
+  [ Jose Luis Rivas ]
+  * debian/rules: `touch $@' instead of `touch *-stamp'
+  * debian/copyright:
+   + fixed formatting.
+   + Updated dates of copyright.
+
+ -- Jose Luis Rivas <ghostbar38 at gmail.com>  Tue, 08 Jan 2008 20:43:34 -0430
 
 libnet-z3950-zoom-perl (1.19-1) UNRELEASED; urgency=low
 

Modified: trunk/libnet-z3950-zoom-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-zoom-perl/debian/copyright?rev=12258&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/copyright (original)
+++ trunk/libnet-z3950-zoom-perl/debian/copyright Wed Jan  9 01:15:42 2008
@@ -2,16 +2,20 @@
 It was created by gregor herrmann <gregor+debian at comodo.priv.at> using dh-make-perl.
 
 Author:
-Mike Taylor <mike at indexdata.com>
+
+    Mike Taylor <mike at indexdata.com>
 
 Copyright:
-Copyright (C) 2005 by Index Data
 
-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.
+    Copyright (C) 2005-2007 by Index Data
 
-Perl is distributed under either the Artistic licence or the GPL.
+License:
+
+    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 is distributed under either the Artistic licence or the GPL.
 
 The full text of the GPL is available on Debian systems in
 /usr/share/common-licenses/GPL

Modified: trunk/libnet-z3950-zoom-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libnet-z3950-zoom-perl/debian/rules?rev=12258&op=diff
==============================================================================
--- trunk/libnet-z3950-zoom-perl/debian/rules (original)
+++ trunk/libnet-z3950-zoom-perl/debian/rules Wed Jan  9 01:15:42 2008
@@ -34,7 +34,7 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	$(MAKE) test
-	touch build-stamp
+	touch $@
 
 clean:
 	dh_testdir
@@ -61,7 +61,7 @@
 	# fix permissions in examples/
 	chmod 664 samples/zoom/*.pl
 
-	touch install-stamp
+	touch $@
 
 # Build architecture-independent files here.
 binary-indep: build install




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