r55872 - in /trunk/libsvg-perl/debian: changelog control copyright rules source/ source/format

chrisb at users.alioth.debian.org chrisb at users.alioth.debian.org
Sat Apr 10 13:36:29 UTC 2010


Author: chrisb
Date: Sat Apr 10 13:36:13 2010
New Revision: 55872

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55872
Log:
* Refreshed debian directory.
* Switch to source format 3.0 (quilt), removed quilt framework.

Added:
    trunk/libsvg-perl/debian/source/
    trunk/libsvg-perl/debian/source/format
Modified:
    trunk/libsvg-perl/debian/changelog
    trunk/libsvg-perl/debian/control
    trunk/libsvg-perl/debian/copyright
    trunk/libsvg-perl/debian/rules

Modified: trunk/libsvg-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/changelog?rev=55872&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/changelog (original)
+++ trunk/libsvg-perl/debian/changelog Sat Apr 10 13:36:13 2010
@@ -5,6 +5,8 @@
 
   [ Chris Butler ]
   * New upstream release
+  * Refreshed debian directory.
+  * Switch to source format 3.0 (quilt), removed quilt framework.
 
  -- Chris Butler <chrisb at debian.org>  Sat, 10 Apr 2010 14:29:36 +0100
 

Modified: trunk/libsvg-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/control?rev=55872&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/control (original)
+++ trunk/libsvg-perl/debian/control Sat Apr 10 13:36:13 2010
@@ -4,8 +4,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/SVG/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsvg-perl/

Modified: trunk/libsvg-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/copyright?rev=55872&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/copyright (original)
+++ trunk/libsvg-perl/debian/copyright Sat Apr 10 13:36:13 2010
@@ -1,31 +1,31 @@
-Format-Specification:
-    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ronan Oger, RO IT Systemms GmbH, cpan at roitsystems.com.com
-Upstream-Source: http://search.cpan.org/dist/SVG/
-Upstream-Name: SVG
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Ronan Oger <ronan at cpan.com>
+Source: http://search.cpan.org/dist/SVG/
+Name: SVG
 
 Files: *
-Copyright: 2001-2008, Ronan Oger, RO IT Systemms GmbH, cpan at roitsystems.com.com
-License-Alias: Perl
-License: Artistic | GPL-1+
+Copyright: 2001-2010, Ronan Oger, RO IT Systemms GmbH, cpan at roitsystems.com.com
+License: Artistic or GPL-1+
 
 Files: debian/*
-Copyright: 
+Copyright: 2007, Damyan Ivanov <dmn at debian.org>
  2007, David Paleino <d.paleino at gmail.com>
- 2007, Damyan Ivanov <dmn at debian.org>
- 2008-2009, gregor herrmann <gregoa at debian.org>
-License: Artistic | GPL-1+
+ 2008, 2009, gregor herrmann <gregoa at debian.org>
+ 2010, Chris Butler <chrisb at debian.org>
+License: Artistic or 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'
+ 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'
 
 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'
+ 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/libsvg-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/rules?rev=55872&op=diff
==============================================================================
--- trunk/libsvg-perl/debian/rules (original)
+++ trunk/libsvg-perl/debian/rules Sat Apr 10 13:36:13 2010
@@ -1,25 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh build
-	touch $@
-
-clean: unpatch
+%:
 	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

Added: trunk/libsvg-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvg-perl/debian/source/format?rev=55872&op=file
==============================================================================
--- trunk/libsvg-perl/debian/source/format (added)
+++ trunk/libsvg-perl/debian/source/format Sat Apr 10 13:36:13 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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