[Pkg-xfce-commits] r2762 - desktop/branches/svn-snapshots/libxfce4menu/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Fri Feb 27 00:33:37 UTC 2009


Author: corsac
Date: 2009-02-27 00:33:36 +0000 (Fri, 27 Feb 2009)
New Revision: 2762

Modified:
   desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
   desktop/branches/svn-snapshots/libxfce4menu/debian/control
   desktop/branches/svn-snapshots/libxfce4menu/debian/rules
Log:
* Initial release.                                            closes: #516875 
* debian/rules:
  - bump shlibs to 4.6.0.
* debian/control:
  - update build-deps to 4.6.0.
  - update long description.

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/changelog	2009-02-27 00:33:27 UTC (rev 2761)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/changelog	2009-02-27 00:33:36 UTC (rev 2762)
@@ -1,8 +1,5 @@
-libxfce4menu (4.5.99.1-1) UNRELEASED; urgency=low
+libxfce4menu (4.6.0-1) UNRELEASED; urgency=low
 
-  [Mike Massonnet]
-  * Initial packaging                                           closes: #000000
-
   [ Yves-Alexis Perez ]
   [ Xfce 4.6 Alpha “Pinkie”]
   * new upstream alpha release.
@@ -43,6 +40,14 @@
   * debian/README.Debian:
     - add some notes about XDG support status.
 
+  [ Xfce 4.6  ]
+  * Initial release.                                            closes: #516875 
+  * debian/rules:
+    - bump shlibs to 4.6.0.
+  * debian/control:
+    - update build-deps to 4.6.0.
+    - update long description.
+
   [ Michael Casadevall ]
   [ Xfce 4.6 RC1 “Capybara” ]
   * debian/control:
@@ -50,4 +55,4 @@
   * debian/watch:
     - Added so uscan can work
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sat, 21 Feb 2009 14:12:15 +0100
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 24 Feb 2009 08:38:31 +0100

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/control
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/control	2009-02-27 00:33:27 UTC (rev 2761)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/control	2009-02-27 00:33:36 UTC (rev 2762)
@@ -3,7 +3,7 @@
 Section: libs
 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>, Mike Massonnet <mmassonnet at gmail.com>
-Build-Depends: debhelper (>= 6), libxfce4util-dev (>= 4.5.99.1),
+Build-Depends: debhelper (>= 6), libxfce4util-dev (>= 4.6.0),
  libgtk2.0-dev, intltool (>= 0.31)
 Standards-Version: 3.8.0
 Homepage: http://www.xfce.org/
@@ -14,7 +14,7 @@
 Section: libdevel
 Architecture: any
 Depends: libxfce4menu-0.1-0 (= ${binary:Version}), 
- libxfce4util-dev (>= 4.5.99.1), libgtk2.0-dev
+ libxfce4util-dev (>= 4.6.0), libgtk2.0-dev
 Suggests: devhelp
 Description: Development files for libxfce4menu
  This package contains the headers and the static library
@@ -28,7 +28,8 @@
 Architecture: any
 Depends: ${shlibs:Depends}
 Description: freedesktop.org compliant menu implementation for Xfce
- This package contains libxfce4menu for Xfce4.
+ libxfce4menu is a menu implementation for the Xfce Desktop Environment
+ that is compliant with the Desktop Menu Specification of freedesktop.org
 
 Package: libxfce4menu-0.1-dbg
 Section: libs

Modified: desktop/branches/svn-snapshots/libxfce4menu/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/libxfce4menu/debian/rules	2009-02-27 00:33:27 UTC (rev 2761)
+++ desktop/branches/svn-snapshots/libxfce4menu/debian/rules	2009-02-27 00:33:36 UTC (rev 2762)
@@ -45,12 +45,12 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
-	dh_installdocs NEWS TODO README.Debian
+	dh_installdocs NEWS TODO debian/README.Debian
 	dh_install --fail-missing --sourcedir=debian/tmp
 	dh_strip --dbg-package=libxfce4menu-0.1-dbg
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V 'libxfce4menu-0.1-0 (>= 4.5.99.1)'
+	dh_makeshlibs -V 'libxfce4menu-0.1-0 (>= 4.6.0)'
 	dh_shlibdeps
 	dh_installdeb
 	dh_gencontrol




More information about the Pkg-xfce-commits mailing list