[Pkg-xfce-commits] r4052 - desktop/trunk/xfce4/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat May 22 08:52:03 UTC 2010
Author: mrpouit-guest
Date: 2010-05-22 20:51:58 +0000 (Sat, 22 May 2010)
New Revision: 4052
Modified:
desktop/trunk/xfce4/debian/changelog
desktop/trunk/xfce4/debian/control
desktop/trunk/xfce4/debian/rules
Log:
* New upstream release.
* debian/control:
- bump deps to minimal versions of each component
- add myself to Uploaders
- bump Standards-Version to 3.8.4.
* debian/rules: use rules.tiny.
Modified: desktop/trunk/xfce4/debian/changelog
===================================================================
--- desktop/trunk/xfce4/debian/changelog 2010-05-22 20:09:27 UTC (rev 4051)
+++ desktop/trunk/xfce4/debian/changelog 2010-05-22 20:51:58 UTC (rev 4052)
@@ -1,8 +1,17 @@
-xfce4 (4.6.1.4) UNRELEASED; urgency=low
+xfce4 (4.6.2) UNRELEASED; urgency=low
+ [ Yves-Alexis Perez ]
* Suggests xfce4-goodies, which the user might want to install along with
Xfce.
+ [ Lionel Le Folgoc ]
+ * New upstream release.
+ * debian/control:
+ - bump deps to minimal versions of each component
+ - add myself to Uploaders
+ - bump Standards-Version to 3.8.4.
+ * debian/rules: use rules.tiny.
+
-- Yves-Alexis Perez <corsac at debian.org> Fri, 04 Dec 2009 08:21:34 +0100
xfce4 (4.6.1.3) unstable; urgency=low
Modified: desktop/trunk/xfce4/debian/control
===================================================================
--- desktop/trunk/xfce4/debian/control 2010-05-22 20:09:27 UTC (rev 4051)
+++ desktop/trunk/xfce4/debian/control 2010-05-22 20:51:58 UTC (rev 4052)
@@ -2,9 +2,10 @@
Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
-Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Yves-Alexis Perez <corsac at debian.org>
+Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>,
+ Yves-Alexis Perez <corsac at debian.org>, Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 7)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4/
@@ -12,17 +13,17 @@
Package: xfce4
Section: xfce
Architecture: all
-Depends: xfwm4 (>= 4.6.1),
- xfconf (>= 4.6.1),
- xfce4-settings (>= 4.6.1),
- xfce4-panel (>= 4.6.1),
- xfdesktop4 (>= 4.6.1),
- thunar (>= 1.0.1),
+Depends: xfwm4 (>= 4.6.2),
+ xfconf (>= 4.6.2),
+ xfce4-settings (>= 4.6.5),
+ xfce4-panel (>= 4.6.4),
+ xfdesktop4 (>= 4.6.2),
+ thunar (>= 1.0.2),
thunar-volman (>= 0.3.80),
- xfce4-utils (>= 4.6.1),
+ xfce4-utils (>= 4.6.2),
gtk2-engines-xfce (>= 2.6.0),
- xfce4-session (>= 4.6.1),
- xfce4-appfinder (>= 4.6.1),
+ xfce4-session (>= 4.6.2),
+ xfce4-appfinder (>= 4.6.2),
xfce4-mixer (>= 4.6.1),
orage (>= 4.6.1)
Recommends: xorg,
Modified: desktop/trunk/xfce4/debian/rules
===================================================================
--- desktop/trunk/xfce4/debian/rules 2010-05-22 20:09:27 UTC (rev 4051)
+++ desktop/trunk/xfce4/debian/rules 2010-05-22 20:51:58 UTC (rev 4052)
@@ -1,28 +1,3 @@
#!/usr/bin/make -f
-
-clean:
- dh_testdir
- dh_testroot
- dh_clean
-
-build:
-
-binary-indep: build install
-
- dh_testdir -i
- dh_testroot -i
-
- dh_installdocs -i
- dh_installchangelogs -i
-
- dh_compress -i
- dh_fixperms -i
-
- dh_installdeb -i
- dh_gencontrol -i
-
- dh_md5sums -i
- dh_builddeb -i
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
More information about the Pkg-xfce-commits
mailing list