r30524 - in /packages/unstable/alleyoop/debian: changelog compat control control.in copyright rules source/

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sat Oct 15 00:09:12 UTC 2011


Author: jordi
Date: Sat Oct 15 00:09:11 2011
New Revision: 30524

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=30524
Log:
* Switch to source format 3.0 (quilt).
* Stop including simple-patchys.mk.
* Make package Arch: any; if valgrind isn't available in some
  architecture, it will just dep-wait (closes: #601218).
* Add Vcs-* fields.
* Bump Standards-Version to 3.9.2. No changes needed.
* Bump debhelper compatibility to 8.
* Fix lintian nitpicks in copyright file.

Added:
    packages/unstable/alleyoop/debian/source/
Modified:
    packages/unstable/alleyoop/debian/changelog
    packages/unstable/alleyoop/debian/compat
    packages/unstable/alleyoop/debian/control
    packages/unstable/alleyoop/debian/control.in
    packages/unstable/alleyoop/debian/copyright
    packages/unstable/alleyoop/debian/rules

Modified: packages/unstable/alleyoop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/changelog?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/changelog [utf-8] (original)
+++ packages/unstable/alleyoop/debian/changelog [utf-8] Sat Oct 15 00:09:11 2011
@@ -1,3 +1,16 @@
+alleyoop (0.9.7-2) UNRELEASED; urgency=low
+
+  * Switch to source format 3.0 (quilt).
+  * Stop including simple-patchys.mk.
+  * Make package Arch: any; if valgrind isn't available in some
+    architecture, it will just dep-wait (closes: #601218).
+  * Add Vcs-* fields.
+  * Bump Standards-Version to 3.9.2. No changes needed.
+  * Bump debhelper compatibility to 8.
+  * Fix lintian nitpicks in copyright file.
+
+ -- Jordi Mallach <jordi at debian.org>  Sat, 15 Oct 2011 01:51:02 +0200
+
 alleyoop (0.9.7-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/unstable/alleyoop/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/compat?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/compat [utf-8] (original)
+++ packages/unstable/alleyoop/debian/compat [utf-8] Sat Oct 15 00:09:11 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: packages/unstable/alleyoop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/control?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/control [utf-8] (original)
+++ packages/unstable/alleyoop/debian/control [utf-8] Sat Oct 15 00:09:11 2011
@@ -7,7 +7,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.13),
+Build-Depends: debhelper (>= 8),
                binutils-dev,
                libgnomeui-dev,
                xsltproc,
@@ -23,12 +23,14 @@
                libgtk2.0-dev,
                libglade2-dev,
                libgconf2-dev
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
-Standards-Version: 3.8.4
-Homepage: http://alleyoop.sourceforge.net
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Jordi Mallach <jordi at debian.org>, Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+Standards-Version: 3.9.2
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/alleyoop
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/alleyoop
+Homepage: http://alleyoop.sourceforge.net/
 
 Package: alleyoop
-Architecture: amd64 i386 powerpc
+Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          valgrind

Modified: packages/unstable/alleyoop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/control.in?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/control.in [utf-8] (original)
+++ packages/unstable/alleyoop/debian/control.in [utf-8] Sat Oct 15 00:09:11 2011
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.13),
+Build-Depends: debhelper (>= 8),
                binutils-dev,
                libgnomeui-dev,
                xsltproc,
@@ -19,11 +19,13 @@
                libglade2-dev,
                libgconf2-dev
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.8.4
-Homepage: http://alleyoop.sourceforge.net
+Standards-Version: 3.9.2
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/alleyoop
+Vcs-Svn: svn://anonscm.debian.org/svn/pkg-gnome/packages/unstable/alleyoop
+Homepage: http://alleyoop.sourceforge.net/
 
 Package: alleyoop
-Architecture: amd64 i386 powerpc
+Architecture: any
 Depends: ${misc:Depends},
          ${shlibs:Depends},
          valgrind

Modified: packages/unstable/alleyoop/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/copyright?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/copyright [utf-8] (original)
+++ packages/unstable/alleyoop/debian/copyright [utf-8] Sat Oct 15 00:09:11 2011
@@ -4,7 +4,7 @@
 It was downloaded from http://alleyoop.sourceforge.net/
 
 Upstream Author: Jeffrey Stedfast <fejj at ximian.com>
-The code is Copyright (C) 2003-2006 Jeffrey Stedfast
+The code is Copyright © 2003-2006 Jeffrey Stedfast
 
 License:
 
@@ -23,5 +23,5 @@
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 
 On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in `/usr/share/common-licenses/GPL-2'.
 

Modified: packages/unstable/alleyoop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/rules?rev=30524&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/rules [utf-8] (original)
+++ packages/unstable/alleyoop/debian/rules [utf-8] Sat Oct 15 00:09:11 2011
@@ -3,7 +3,6 @@
 # Copyright © 2003 Colin Walters <walters at verbum.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/sf-get-source.mk




More information about the pkg-gnome-commits mailing list