r23095 - in /trunk/libgtk2-sexy-perl/debian: copyright rules

azatoth-guest at users.alioth.debian.org azatoth-guest at users.alioth.debian.org
Sat Jul 12 18:17:39 UTC 2008


Author: azatoth-guest
Date: Sat Jul 12 18:17:38 2008
New Revision: 23095

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23095
Log:
updating debian/copyright

Modified:
    trunk/libgtk2-sexy-perl/debian/copyright
    trunk/libgtk2-sexy-perl/debian/rules

Modified: trunk/libgtk2-sexy-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/copyright?rev=23095&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/copyright (original)
+++ trunk/libgtk2-sexy-perl/debian/copyright Sat Jul 12 18:17:38 2008
@@ -1,30 +1,47 @@
-This is the debian package for the Gtk2-Sexy module.
-It was created by Carl Fürstenberg <azatoth at gmail.com> using dh-make-perl.
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=184
+Debianized-By: Carl Fürstenberg <azatoth at gmail.com>
+Debianized-Date: Sat, 12 Jul 2008 20:08:31 +0200
+Original-Source-Location: http://search.cpan.org/dist/Gtk2-Sexy/
+Upstream-Author: Florian Ragwitz <rafl at debian.org>
 
-It was downloaded from http://search.cpan.org/dist/Gtk2-Sexy/
+Files: *
+Copyright: Copyright (C) 2005-2008 by Florian Ragwitz
+License: LGPL-2+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2 of the License, or (at your option) any later version.
+ .
+ This package 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
-The upstream author is: Florian Ragwitz <rafl at debian.org>.
+Files: debian/*
+Copyright: Copyright 2008 Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+License: LGPL-2+ 
+ The Debian packaging is put under the same terms as the module itself.
 
-Copyright (C) 2005-2008 by Florian Ragwitz
+Files: ppport.h:
+Copyright: Copyright (c) 2004-2007, Marcus Holland-Moritz
+ Copyright (C) 2001, Paul Marquess
+ Copyright (C) 1999, Kenneth Albanowski
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
 
-License:
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This package 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
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+Files: inc/Module/*
+Copyright: Copyright 2002 - 2008 by Brian Ingerson, Audrey Tang and Adam Kennedy.
+License: GPL-1+ | Artistic
+ This program is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
 
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-The Debian packaging is (C) 2008, Carl Fürstenberg <azatoth at gmail.com> and
-is licensed under the same terms as the software itself (see above).
+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'.

Modified: trunk/libgtk2-sexy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-sexy-perl/debian/rules?rev=23095&op=diff
==============================================================================
--- trunk/libgtk2-sexy-perl/debian/rules (original)
+++ trunk/libgtk2-sexy-perl/debian/rules Sat Jul 12 18:17:38 2008
@@ -6,7 +6,7 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
+include /usr/share/dpatch/dpatch.make
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
 export PERL_MM_USE_DEFAULT=1
@@ -25,7 +25,7 @@
 endif
 
 build: build-stamp
-build-stamp:
+build-stamp: patch-stamp
 	dh_testdir
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -33,7 +33,8 @@
 	$(MAKE) test
 	touch $@
 
-clean:
+clean: clean1 unpatch
+clean1:
 	dh_testdir
 	dh_testroot
 	dh_clean build-stamp install-stamp




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