r24977 - in /trunk/libnet-ldap-perl/debian: README.source changelog copyright rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Sep 10 20:24:51 UTC 2008


Author: gregoa
Date: Wed Sep 10 20:24:48 2008
New Revision: 24977

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24977
Log:
* Remove debian/README.source.
* debian/copyright: switch to new format, add information about
  inc/Module/*.
* Refresh debian/rules, noch functional changes.

Removed:
    trunk/libnet-ldap-perl/debian/README.source
Modified:
    trunk/libnet-ldap-perl/debian/changelog
    trunk/libnet-ldap-perl/debian/copyright
    trunk/libnet-ldap-perl/debian/rules

Modified: trunk/libnet-ldap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/changelog?rev=24977&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/changelog (original)
+++ trunk/libnet-ldap-perl/debian/changelog Wed Sep 10 20:24:48 2008
@@ -3,6 +3,10 @@
   * New upstream release.
   * Remove sasl-round-robin.patch, integrated upstreams. Remove quilt
     framework.
+  * Remove debian/README.source.
+  * debian/copyright: switch to new format, add information about
+    inc/Module/*.
+  * Refresh debian/rules, noch functional changes.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 10 Sep 2008 22:10:41 +0200
 

Modified: trunk/libnet-ldap-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/copyright?rev=24977&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/copyright (original)
+++ trunk/libnet-ldap-perl/debian/copyright Wed Sep 10 20:24:48 2008
@@ -1,18 +1,39 @@
-This package was debianized by Davide Puricelli (evo) <apurice at tin.it> on
-Sun,  6 Aug 2000 20:04:32 +0200. Since August 2005 is is maintained by Florian
-Ragwitz, and since June 2008 - by the Debian Perl Group.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Graham Barr <gbarr at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/perl-ldap/
+Upstream-Name: perl-ldap
 
-It was downloaded from http://search.cpan.org/dist/perl-ldap/
+Files: *
+Copyright: (c) 1997-2008 Graham Barr <gbarr at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-Upstream Author: Graham Barr <gbarr at pobox.com>
+Files: inc/Module/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy
+License-Alias: Perl
+License: GPL-1+ | Artistic
 
-Copyright:
+Files: debian/*
+Copyright: 
+ 1998-1999, Ben Collins <bcollins at debian.org>
+ 2000-2005, Davide Puricelli (evo) <evo at debian.org>
+ 2005-2007, Florian Ragwitz <rafl at debian.org>
+ 2008, various members of the Debian Perl Group
+License: other
+ It is assumed that all contributors put their work under the same license as
+ the software itself.
 
-Copyright (c) 1997-2008 Graham Barr. All rights reserved.
-This package is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
+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
 
-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'.
+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 GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Modified: trunk/libnet-ldap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ldap-perl/debian/rules?rev=24977&op=diff
==============================================================================
--- trunk/libnet-ldap-perl/debian/rules (original)
+++ trunk/libnet-ldap-perl/debian/rules Wed Sep 10 20:24:48 2008
@@ -1,11 +1,23 @@
 #!/usr/bin/make -f
 
-binary-arch:
-build:
-	dh $@
-binary binary-indep:
-	dh $@
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
 
 clean:
 	dh $@
-	dh_clean temp
+
+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