[Pkg-xfce-commits] r2916 - goodies/branches/lenny/xfce4-dict/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sat Mar 7 11:25:14 UTC 2009


Author: corsac
Date: 2009-03-07 11:25:14 +0000 (Sat, 07 Mar 2009)
New Revision: 2916

Modified:
   goodies/branches/lenny/xfce4-dict/debian/changelog
   goodies/branches/lenny/xfce4-dict/debian/control
   goodies/branches/lenny/xfce4-dict/debian/rules
Log:
* debian/patches:
  - 01_fix-zombie-process added, prevent run process to become zombies.
    (Xfce #4615, r6101)                                       closes: #518305
* debian/control:
  - add build-dep on quilt.
* debian/rules:
  - add patch rules.

Modified: goodies/branches/lenny/xfce4-dict/debian/changelog
===================================================================
--- goodies/branches/lenny/xfce4-dict/debian/changelog	2009-03-07 11:24:12 UTC (rev 2915)
+++ goodies/branches/lenny/xfce4-dict/debian/changelog	2009-03-07 11:25:14 UTC (rev 2916)
@@ -1,3 +1,15 @@
+xfce4-dict (0.4.0-2+lenny1) stable-proposed-updates; urgency=low
+
+  * debian/patches:
+    - 01_fix-zombie-process added, prevent run process to become zombies.
+      (Xfce #4615, r6101)                                       closes: #518305
+  * debian/control:
+    - add build-dep on quilt.
+  * debian/rules:
+    - add patch rules.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 05 Mar 2009 23:15:51 +0100
+
 xfce4-dict (0.4.0-2) unstable; urgency=low
 
   * build-dep against debhelper >= 7.0.13 to avoid FTBFS because of mixed

Modified: goodies/branches/lenny/xfce4-dict/debian/control
===================================================================
--- goodies/branches/lenny/xfce4-dict/debian/control	2009-03-07 11:24:12 UTC (rev 2915)
+++ goodies/branches/lenny/xfce4-dict/debian/control	2009-03-07 11:25:14 UTC (rev 2916)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li> 
-Build-Depends: debhelper (>= 7.0.13), libexo-0.3-dev (>= 0.3.1.10rc1), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl
+Build-Depends: debhelper (>= 7.0.13), libexo-0.3-dev (>= 0.3.1.10rc1), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl, quilt
 Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-dict
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-dict

Modified: goodies/branches/lenny/xfce4-dict/debian/rules
===================================================================
--- goodies/branches/lenny/xfce4-dict/debian/rules	2009-03-07 11:24:12 UTC (rev 2915)
+++ goodies/branches/lenny/xfce4-dict/debian/rules	2009-03-07 11:25:14 UTC (rev 2916)
@@ -1,3 +1,11 @@
 #!/usr/bin/make -f
+include /usr/share/quilt/quilt.make
+
+build: patch
+	dh build
+
+clean: unpatch
+	dh clean
+
 %:
 	dh $@




More information about the Pkg-xfce-commits mailing list