[Pkg-xfce-commits] r4037 - desktop/trunk/xfce4-appfinder/debian
Lionel Le Folgoc
mrpouit-guest at alioth.debian.org
Sat May 22 04:36:54 UTC 2010
Author: mrpouit-guest
Date: 2010-05-22 16:36:51 +0000 (Sat, 22 May 2010)
New Revision: 4037
Added:
desktop/trunk/xfce4-appfinder/debian/manpages
Modified:
desktop/trunk/xfce4-appfinder/debian/changelog
desktop/trunk/xfce4-appfinder/debian/control
desktop/trunk/xfce4-appfinder/debian/rules
Log:
* New upstream release.
* debian/control:
- add myself to Uploaders
- bump Standards-Version to 3.8.4
- build-dep on debhelper >= 7.0.50~ for overrides
- add dep on ${misc:Depends}.
* debian/rules: switch to rules.tiny + overrides.
Modified: desktop/trunk/xfce4-appfinder/debian/changelog
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/changelog 2010-05-22 16:16:38 UTC (rev 4036)
+++ desktop/trunk/xfce4-appfinder/debian/changelog 2010-05-22 16:36:51 UTC (rev 4037)
@@ -1,7 +1,17 @@
-xfce4-appfinder (4.6.1-2) unstable; urgency=low
+xfce4-appfinder (4.6.2-1) UNRELEASED; urgency=low
+ [ Stefan Ott ]
* debian/watch edited to track Xfce archive reorganisation.
+ [ Lionel Le Folgoc ]
+ * New upstream release.
+ * debian/control:
+ - add myself to Uploaders
+ - bump Standards-Version to 3.8.4
+ - build-dep on debhelper >= 7.0.50~ for overrides
+ - add dep on ${misc:Depends}.
+ * debian/rules: switch to rules.tiny + overrides.
+
-- Stefan Ott <stefan at ott.net> Thu, 11 Mar 2010 19:37:04 +0100
xfce4-appfinder (4.6.1-1) unstable; urgency=low
Modified: desktop/trunk/xfce4-appfinder/debian/control
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/control 2010-05-22 16:16:38 UTC (rev 4036)
+++ desktop/trunk/xfce4-appfinder/debian/control 2010-05-22 16:36:51 UTC (rev 4037)
@@ -2,11 +2,12 @@
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>
-Build-Depends: debhelper (>= 7), libxfcegui4-dev (>= 4.6.0), libxft-dev,
+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.0.50~), libxfcegui4-dev (>= 4.6.0), libxft-dev,
libxml-parser-perl, libxfce4menu-0.1-dev, libgtk2.0-dev, libxfconf-0-dev,
libthunar-vfs-1-dev (>= 1.0.0), intltool
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-appfinder/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/xfce4-appfinder/
@@ -14,7 +15,7 @@
Package: xfce4-appfinder
Section: xfce
Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Application finder for the Xfce4 Desktop Environment
This is an application finder for the Xfce4 Desktop Environment.
It will search for installed applications on your system.
Added: desktop/trunk/xfce4-appfinder/debian/manpages
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/manpages (rev 0)
+++ desktop/trunk/xfce4-appfinder/debian/manpages 2010-05-22 16:36:51 UTC (rev 4037)
@@ -0,0 +1 @@
+debian/xfce4-appfinder.1
Modified: desktop/trunk/xfce4-appfinder/debian/rules
===================================================================
--- desktop/trunk/xfce4-appfinder/debian/rules 2010-05-22 16:16:38 UTC (rev 4036)
+++ desktop/trunk/xfce4-appfinder/debian/rules 2010-05-22 16:36:51 UTC (rev 4037)
@@ -1,86 +1,11 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# These are used for cross-compiling and for saving the configure script
-# from having to guess our platform (since we know it already)
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
-config.status: configure
- dh_testdir
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
-
-
-build: build-stamp
-
-build-stamp: config.status
- dh_testdir
- $(MAKE)
- touch build-stamp
-
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- # Add here commands to clean up after the build process.
- [ ! -f Makefile ] || $(MAKE) distclean
-
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- $(MAKE) install DESTDIR=$(CURDIR)/debian/xfce4-appfinder
-
- # install manual page
- dh_installman debian/xfce4-appfinder.1
-
+override_dh_install:
# install menu pixmap
install -d $(CURDIR)/debian/xfce4-appfinder/usr/share/pixmaps
install -c -m 644 $(CURDIR)/debian/xfce4-appfinder.xpm \
$(CURDIR)/debian/xfce4-appfinder/usr/share/pixmaps
+ dh_install
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-
- dh_testdir
- dh_testroot
-
- dh_installchangelogs ChangeLog
- dh_installdocs
-
- dh_installexamples
- dh_installman
-
- dh_link
- dh_strip
-
- dh_compress
- dh_fixperms
-
- dh_installdeb
- dh_shlibdeps
-
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
More information about the Pkg-xfce-commits
mailing list