r55375 - in /trunk/libvideo-info-perl/debian: README.source changelog control copyright rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 3 12:16:31 UTC 2010


Author: gregoa
Date: Sat Apr  3 12:15:49 2010
New Revision: 55375

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55375
Log:
* Convert to source format 3.0 (quilt). Remove quilt framework.
* Minimize debian/rules.
* Add /me to Uploaders.
* Set Standards-Version to 3.8.4 (no changes).

Added:
    trunk/libvideo-info-perl/debian/source/
    trunk/libvideo-info-perl/debian/source/format
Removed:
    trunk/libvideo-info-perl/debian/README.source
Modified:
    trunk/libvideo-info-perl/debian/changelog
    trunk/libvideo-info-perl/debian/control
    trunk/libvideo-info-perl/debian/copyright
    trunk/libvideo-info-perl/debian/rules

Modified: trunk/libvideo-info-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/changelog?rev=55375&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/changelog (original)
+++ trunk/libvideo-info-perl/debian/changelog Sat Apr  3 12:15:49 2010
@@ -14,6 +14,10 @@
   [ gregor herrmann ]
   * New patch low4bytes.patch: fixes FTBFS on amd64. Thanks to Nick Wellnhofer
     for the patch (closes: #566587).
+  * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * Minimize debian/rules.
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.8.4 (no changes).
 
  -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:59 -0700
 

Modified: trunk/libvideo-info-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/control?rev=55375&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/control (original)
+++ trunk/libvideo-info-perl/debian/control Sat Apr  3 12:15:49 2010
@@ -1,11 +1,11 @@
 Source: libvideo-info-perl
 Section: non-free/perl
 Priority: optional
-Build-Depends: quilt, debhelper (>= 7), libclass-makemethods-perl (>= 1),
-  libmp3-info-perl (>= 1), perl
+Build-Depends: perl, debhelper (>= 7), libclass-makemethods-perl (>= 1),
+  libmp3-info-perl (>= 1)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.1
+Uploaders: Jonathan Yu <jawnsy at cpan.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.8.4
 Homepage: http://search.cpan.org/dist/Video-Info/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libvideo-info-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libvideo-info-perl/

Modified: trunk/libvideo-info-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/copyright?rev=55375&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/copyright (original)
+++ trunk/libvideo-info-perl/debian/copyright Sat Apr  3 12:15:49 2010
@@ -20,6 +20,7 @@
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jon at aven.luminescent.ca>
+ 2010, gregor herrmann <gregoa at debian.org>
 License: Artistic | GPL-1+
 
 License: AFPL

Modified: trunk/libvideo-info-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/rules?rev=55375&op=diff
==============================================================================
--- trunk/libvideo-info-perl/debian/rules (original)
+++ trunk/libvideo-info-perl/debian/rules Sat Apr  3 12:15:49 2010
@@ -1,26 +1,3 @@
 #!/usr/bin/make -f
-
-include /usr/share/quilt/quilt.make
-
-build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
-	dh_testdir
-	dh build
-	touch $@
-
-clean: unpatch
+%:
 	dh $@
-
-install: install-stamp
-install-stamp: build-stamp
-	dh install
-	touch $@
-
-binary-arch: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

Added: trunk/libvideo-info-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libvideo-info-perl/debian/source/format?rev=55375&op=file
==============================================================================
--- trunk/libvideo-info-perl/debian/source/format (added)
+++ trunk/libvideo-info-perl/debian/source/format Sat Apr  3 12:15:49 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




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