r23273 - in /packages/unstable/alleyoop/debian: changelog control control.in dirs docs patches/ rules watch

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Mar 14 20:25:38 UTC 2010


Author: pochu
Date: Sun Mar 14 20:25:38 2010
New Revision: 23273

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23273
Log:
* New upstream release.
  - debian/patches/02_default_alignment.diff:
    + Removed, fixed upstream.
* debian/patches/01_gconf-breakage.diff:
  - Removed, there are probably no more users of such old versions of
    alleyoop (that would be old-oldstable), and the patch is wrong anyway
    since there's no "yes" option anyway, so let's just drop the patch.
* debian/watch:
  - Don't uupdate.
* debian/rules:
  - Remove obvious comments.
* debian/docs,
  debian/dirs:
  - Removed, not needed.
* debian/control.in:
  - Standards-Version is 3.8.4, no changes needed.
  - Wrap Depends.

Removed:
    packages/unstable/alleyoop/debian/dirs
    packages/unstable/alleyoop/debian/docs
    packages/unstable/alleyoop/debian/patches/
Modified:
    packages/unstable/alleyoop/debian/changelog
    packages/unstable/alleyoop/debian/control
    packages/unstable/alleyoop/debian/control.in
    packages/unstable/alleyoop/debian/rules
    packages/unstable/alleyoop/debian/watch

Modified: packages/unstable/alleyoop/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/changelog?rev=23273&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/changelog [utf-8] (original)
+++ packages/unstable/alleyoop/debian/changelog [utf-8] Sun Mar 14 20:25:38 2010
@@ -1,3 +1,25 @@
+alleyoop (0.9.7-1) unstable; urgency=low
+
+  * New upstream release.
+    - debian/patches/02_default_alignment.diff:
+      + Removed, fixed upstream.
+  * debian/patches/01_gconf-breakage.diff:
+    - Removed, there are probably no more users of such old versions of
+      alleyoop (that would be old-oldstable), and the patch is wrong anyway
+      since there's no "yes" option anyway, so let's just drop the patch.
+  * debian/watch:
+    - Don't uupdate.
+  * debian/rules:
+    - Remove obvious comments.
+  * debian/docs,
+    debian/dirs:
+    - Removed, not needed.
+  * debian/control.in:
+    - Standards-Version is 3.8.4, no changes needed.
+    - Wrap Depends.
+
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Sun, 14 Mar 2010 21:25:19 +0100
+
 alleyoop (0.9.5-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: packages/unstable/alleyoop/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/control?rev=23273&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/control [utf-8] (original)
+++ packages/unstable/alleyoop/debian/control [utf-8] Sun Mar 14 20:25:38 2010
@@ -1,3 +1,8 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
+
 Source: alleyoop
 Section: devel
 Priority: optional
@@ -18,7 +23,7 @@
                libgtk2.0-dev,
                libglade2-dev,
                libgconf2-dev
-Uploaders: Loic Minier <lool at dooz.org>, Sebastian Dröge <slomo at debian.org>
+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.7.2
 Homepage: http://alleyoop.sourceforge.net
 

Modified: packages/unstable/alleyoop/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/control.in?rev=23273&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/control.in [utf-8] (original)
+++ packages/unstable/alleyoop/debian/control.in [utf-8] Sun Mar 14 20:25:38 2010
@@ -19,12 +19,14 @@
                libglade2-dev,
                libgconf2-dev
 Uploaders: @GNOME_TEAM@
-Standards-Version: 3.7.2
+Standards-Version: 3.8.4
 Homepage: http://alleyoop.sourceforge.net
 
 Package: alleyoop
 Architecture: amd64 i386 powerpc
-Depends: ${misc:Depends}, ${shlibs:Depends}, valgrind
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         valgrind
 Description: Front-end to the Valgrind memory checker
  Alleyoop is a GNOME front-end to the Valgrind memory checker, including
  features like intelligently suppressing errors and launching editors at

Modified: packages/unstable/alleyoop/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/rules?rev=23273&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/rules [utf-8] (original)
+++ packages/unstable/alleyoop/debian/rules [utf-8] Sun Mar 14 20:25:38 2010
@@ -3,21 +3,11 @@
 # Copyright © 2003 Colin Walters <walters at verbum.org>
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-# Including this file gets us a simple patch system.  You can just
-# drop patches in debian/patches, and they will be automatically
-# applied and unapplied.
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-# Including this gives us a number of rules typical to a GNOME
-# program, including setting GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1.
-# Note that this class inherits from autotools.mk and docbookxml.mk,
-# so you don't need to include those too.
 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
 
-# This variable is used by debhelper.mk; we are telling it to install
-# the manpage we generate below.
 DEB_INSTALL_MANPAGES_alleyoop := debian/alleyoop.1
 
 # Here we hook in creating a manpage into the build process.

Modified: packages/unstable/alleyoop/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/alleyoop/debian/watch?rev=23273&op=diff
==============================================================================
--- packages/unstable/alleyoop/debian/watch [utf-8] (original)
+++ packages/unstable/alleyoop/debian/watch [utf-8] Sun Mar 14 20:25:38 2010
@@ -1,4 +1,3 @@
 version=3
 http://sf.net/alleyoop/ \
-        alleyoop-(.*)\.tar\.gz \
-        debian uupdate
+        alleyoop-(.*)\.tar\.gz




More information about the pkg-gnome-commits mailing list