[Pkg-xfce-commits] r2001 - goodies/xfce4-dict/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu May 15 21:05:37 UTC 2008
Author: corsac
Date: 2008-05-15 21:05:35 +0000 (Thu, 15 May 2008)
New Revision: 2001
Modified:
goodies/xfce4-dict/debian/changelog
goodies/xfce4-dict/debian/control
goodies/xfce4-dict/debian/rules
Log:
* switch to debhelper 7
- debian/rules: copy rules.simple from debhelper examples.
- debian/control: drop build-dep on cdbs and update debhelper one to 7.
Modified: goodies/xfce4-dict/debian/changelog
===================================================================
--- goodies/xfce4-dict/debian/changelog 2008-05-15 20:42:56 UTC (rev 2000)
+++ goodies/xfce4-dict/debian/changelog 2008-05-15 21:05:35 UTC (rev 2001)
@@ -1,13 +1,16 @@
xfce4-dict (0.4.0-1) UNRELEASED; urgency=low
* New upstream release.
+ * switch to debhelper 7
+ - debian/rules: copy rules.simple from debhelper examples.
+ - debian/control: drop build-dep on cdbs and update debhelper one to 7.
* debian/control:
- remove Rudy Godoy and Martin Loschwitz from Uploaders. Thanks to them!
- rename the package to xfce4-dict.
* debian/NEWS: add info about new dict plugin behavior.
* debian/watch: update watch url to follow name change.
- -- Yves-Alexis Perez <corsac at debian.org> Thu, 15 May 2008 22:30:40 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 15 May 2008 23:04:19 +0200
xfce4-dict-plugin (0.3.0-1) unstable; urgency=low
Modified: goodies/xfce4-dict/debian/control
===================================================================
--- goodies/xfce4-dict/debian/control 2008-05-15 20:42:56 UTC (rev 2000)
+++ goodies/xfce4-dict/debian/control 2008-05-15 21:05:35 UTC (rev 2001)
@@ -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 (>= 4.1.0), autotools-dev, cdbs, libexo-0.3-dev (>= 0.3.1.10rc1), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl
+Build-Depends: debhelper (>= 7.0.0), autotools-dev, cdbs, libexo-0.3-dev (>= 0.3.1.10rc1), xfce4-panel-dev (>= 4.3.90.2-3), libxml-parser-perl
Standards-Version: 3.7.3
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/xfce4-dict-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/xfce4-dict-plugin/
Modified: goodies/xfce4-dict/debian/rules
===================================================================
--- goodies/xfce4-dict/debian/rules 2008-05-15 20:42:56 UTC (rev 2000)
+++ goodies/xfce4-dict/debian/rules 2008-05-15 21:05:35 UTC (rev 2001)
@@ -1,6 +1,18 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
-include /usr/share/cdbs/1/class/autotools.mk
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
+build:
+ dh build
+
+clean:
+ dh clean
+
+install: build
+ dh install
+
+binary-arch: install
+ dh binary-arch
+
+binary-indep: install
+ dh binary-indep
+
+binary: binary-arch binary-indep
More information about the Pkg-xfce-commits
mailing list