[Pkg-xfce-commits] r3365 - in desktop/branches/lenny-backports: . xfce4-mixer/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Jul 10 06:12:53 UTC 2009


Author: corsac
Date: 2009-07-10 06:12:52 +0000 (Fri, 10 Jul 2009)
New Revision: 3365

Added:
   desktop/branches/lenny-backports/xfce4-mixer/
Modified:
   desktop/branches/lenny-backports/xfce4-mixer/debian/changelog
   desktop/branches/lenny-backports/xfce4-mixer/debian/control
   desktop/branches/lenny-backports/xfce4-mixer/debian/rules
Log:
* Rebuild for lenny-backports.
* debian/rules:
  - lenny doesn't have recent enough quilt so drop the --with quilt and
    do it the old way.
* debian/control:
  - drop versioned dependencie on quilt.

Modified: desktop/branches/lenny-backports/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog	2009-06-29 21:11:34 UTC (rev 3345)
+++ desktop/branches/lenny-backports/xfce4-mixer/debian/changelog	2009-07-10 06:12:52 UTC (rev 3365)
@@ -1,3 +1,14 @@
+xfce4-mixer (4.6.1-2~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+  * debian/rules:
+    - lenny doesn't have recent enough quilt so drop the --with quilt and
+      do it the old way.
+  * debian/control:
+    - drop versioned dependencie on quilt.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 10 Jul 2009 08:02:42 +0200
+
 xfce4-mixer (4.6.1-2) unstable; urgency=low
 
   * debian/rules:

Modified: desktop/branches/lenny-backports/xfce4-mixer/debian/control
===================================================================
--- desktop/trunk/xfce4-mixer/debian/control	2009-06-29 21:11:34 UTC (rev 3345)
+++ desktop/branches/lenny-backports/xfce4-mixer/debian/control	2009-07-10 06:12:52 UTC (rev 3365)
@@ -7,7 +7,7 @@
  libgstreamer-plugins-base0.10-dev, libgtk2.0-dev, 
  libxfce4util-dev (>= 4.6.0), libxfcegui4-dev (>= 4.6.0), 
  xfce4-panel-dev (>= 4.6.0), libxml-parser-perl, 
- libxfconf-0-dev (>= 4.6.0), intltool, quilt (>= 0.46-7)
+ libxfconf-0-dev (>= 4.6.0), intltool, quilt
 Standards-Version: 3.8.1
 Homepage: http://www.xfce.org/
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-mixer/

Modified: desktop/branches/lenny-backports/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules	2009-06-29 21:11:34 UTC (rev 3345)
+++ desktop/branches/lenny-backports/xfce4-mixer/debian/rules	2009-07-10 06:12:52 UTC (rev 3365)
@@ -4,10 +4,14 @@
 LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 %:
-	dh --with quilt $@
+	dh $@
 
 override_dh_auto_install:
 	dh_auto_install
 	install -d $(CURDIR)/debian/xfce4-mixer/usr/share/pixmaps
 	install -c -m 644 $(CURDIR)/debian/xfce4-mixer.xpm \
 		$(CURDIR)/debian/xfce4-mixer/usr/share/pixmaps
+
+build: patch
+
+clean: unpatch




More information about the Pkg-xfce-commits mailing list