[Pkg-xfce-commits] r2607 - desktop/branches/svn-snapshots/xfwm4/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Thu Jan 15 18:59:47 UTC 2009
Author: corsac
Date: 2009-01-15 18:59:46 +0000 (Thu, 15 Jan 2009)
New Revision: 2607
Modified:
desktop/branches/svn-snapshots/xfwm4/debian/changelog
desktop/branches/svn-snapshots/xfwm4/debian/rules
Log:
* debian/rules:
- replace dh_clean -k by dh_prep.
- install NEWS file.
Modified: desktop/branches/svn-snapshots/xfwm4/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfwm4/debian/changelog 2009-01-14 10:23:10 UTC (rev 2606)
+++ desktop/branches/svn-snapshots/xfwm4/debian/changelog 2009-01-15 18:59:46 UTC (rev 2607)
@@ -33,6 +33,9 @@
* new upstream beta release.
* debian/control:
- update build-deps for “Tuco-Tuco”.
+ * debian/rules:
+ - replace dh_clean -k by dh_prep.
+ - install NEWS file.
[ Michael Casadevall ]
[ Xfce 4.6 Beta 1 "Fuzzy" ]
@@ -41,7 +44,7 @@
* debian/control:
- Added myself to uploaders
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 11 Jan 2009 12:06:06 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Thu, 15 Jan 2009 17:38:37 +0100
xfwm4 (4.4.2-5) unstable; urgency=low
Modified: desktop/branches/svn-snapshots/xfwm4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfwm4/debian/rules 2009-01-14 10:23:10 UTC (rev 2606)
+++ desktop/branches/svn-snapshots/xfwm4/debian/rules 2009-01-15 18:59:46 UTC (rev 2607)
@@ -37,7 +37,7 @@
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
$(MAKE) install DESTDIR=`pwd`/debian/xfwm4
@@ -56,7 +56,7 @@
dh_testdir
dh_testroot
- dh_installdocs -a README TODO
+ dh_installdocs -a README TODO NEWS
dh_installmenu -a
dh_installchangelogs ChangeLog -a
More information about the Pkg-xfce-commits
mailing list