r76038 - in /trunk/libgnome2-vfs-perl/debian: README.source changelog compat control rules source/ source/format

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 18 21:13:08 UTC 2011


Author: gregoa
Date: Sat Jun 18 21:13:06 2011
New Revision: 76038

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76038
Log:
* Switch to source format 3.0 (quilt).
* Use tiny debian/rules file.
* Bump debhelper compatibility level to 8.
* Add /me to Uploaders.
* Set Standards-Version to 3.9.2 (no changes).

Added:
    trunk/libgnome2-vfs-perl/debian/source/
    trunk/libgnome2-vfs-perl/debian/source/format
Removed:
    trunk/libgnome2-vfs-perl/debian/README.source
Modified:
    trunk/libgnome2-vfs-perl/debian/changelog
    trunk/libgnome2-vfs-perl/debian/compat
    trunk/libgnome2-vfs-perl/debian/control
    trunk/libgnome2-vfs-perl/debian/rules

Modified: trunk/libgnome2-vfs-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/changelog?rev=76038&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/changelog (original)
+++ trunk/libgnome2-vfs-perl/debian/changelog Sat Jun 18 21:13:06 2011
@@ -8,6 +8,11 @@
     Debian Policy since 3.8.0.
   * Suggest libswitch-perl, Switch (used in an example) is not in core
     in 5.14 (closes: #629462).
+  * Switch to source format 3.0 (quilt).
+  * Use tiny debian/rules file.
+  * Bump debhelper compatibility level to 8.
+  * Add /me to Uploaders.
+  * Set Standards-Version to 3.9.2 (no changes).
 
  -- Ryan Niebur <ryan at debian.org>  Fri, 25 Sep 2009 00:24:56 -0700
 

Modified: trunk/libgnome2-vfs-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/compat?rev=76038&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/compat (original)
+++ trunk/libgnome2-vfs-perl/debian/compat Sat Jun 18 21:13:06 2011
@@ -1,1 +1,1 @@
-7
+8

Modified: trunk/libgnome2-vfs-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/control?rev=76038&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/control (original)
+++ trunk/libgnome2-vfs-perl/debian/control Sat Jun 18 21:13:06 2011
@@ -1,17 +1,24 @@
 Source: libgnome2-vfs-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libextutils-depends-perl (>= 0.200), libextutils-pkgconfig-perl (>= 1.03), libgnomevfs2-dev, libgtk2.0-dev, libglib-perl (>= 1:1.120), quilt
+Build-Depends: debhelper (>= 8),
+ perl (>= 5.8.0-7),
+ libextutils-depends-perl (>= 0.200),
+ libextutils-pkgconfig-perl (>= 1.03),
+ libgnomevfs2-dev,
+ libgtk2.0-dev,
+ libglib-perl (>= 1:1.120)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryan at debian.org>
-Standards-Version: 3.8.0
+Uploaders: Ryan Niebur <ryan at debian.org>, gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.2
 Homepage: http://gtk2-perl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libgnome2-vfs-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libgnome2-vfs-perl/
 
 Package: libgnome2-vfs-perl
 Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, libglib-perl (>= 1:1.120)
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
+ libglib-perl (>= 1:1.120)
 Recommends: libgnomevfs2-extra
 Suggests: libswitch-perl | perl (<< 5.10.1-13)
 Description: Perl interface to the 2.x series of the GNOME VFS library

Modified: trunk/libgnome2-vfs-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/rules?rev=76038&op=diff
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/rules (original)
+++ trunk/libgnome2-vfs-perl/debian/rules Sat Jun 18 21:13:06 2011
@@ -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: install
-	dh $@
-
-binary-indep:
-
-binary: binary-arch binary-indep
-
-.PHONY: binary binary-arch binary-indep install clean build

Added: trunk/libgnome2-vfs-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnome2-vfs-perl/debian/source/format?rev=76038&op=file
==============================================================================
--- trunk/libgnome2-vfs-perl/debian/source/format (added)
+++ trunk/libgnome2-vfs-perl/debian/source/format Sat Jun 18 21:13:06 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)




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