[Pkg-xfce-commits] r4533 - goodies/branches/experimental/xfce4-places-plugin/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Nov 7 11:27:51 UTC 2010
Author: corsac
Date: 2010-11-07 11:27:41 +0000 (Sun, 07 Nov 2010)
New Revision: 4533
Modified:
goodies/branches/experimental/xfce4-places-plugin/debian/changelog
goodies/branches/experimental/xfce4-places-plugin/debian/compat
goodies/branches/experimental/xfce4-places-plugin/debian/control
goodies/branches/experimental/xfce4-places-plugin/debian/rules
Log:
- update standards version to 3.9.1.
* debian/rules:
- switch to dh7 tiny rules.
* debian/compat bumped to 7.
Modified: goodies/branches/experimental/xfce4-places-plugin/debian/changelog
===================================================================
--- goodies/branches/experimental/xfce4-places-plugin/debian/changelog 2010-11-07 11:02:57 UTC (rev 4532)
+++ goodies/branches/experimental/xfce4-places-plugin/debian/changelog 2010-11-07 11:27:41 UTC (rev 4533)
@@ -3,9 +3,13 @@
* debian/control:
- switch to xfce section.
- add exo-utils versionned dependencies since exo-mount is gone in 0.5.
+ - update standards version to 3.9.1.
* debian/watch edited to track Xfce archive reorganisation.
+ * debian/rules:
+ - switch to dh7 tiny rules.
+ * debian/compat bumped to 7.
- -- Yves-Alexis Perez <corsac at debian.org> Sat, 14 Aug 2010 11:09:45 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 07 Nov 2010 12:27:21 +0100
xfce4-places-plugin (1.2.0-1) unstable; urgency=low
Modified: goodies/branches/experimental/xfce4-places-plugin/debian/compat
===================================================================
--- goodies/branches/experimental/xfce4-places-plugin/debian/compat 2010-11-07 11:02:57 UTC (rev 4532)
+++ goodies/branches/experimental/xfce4-places-plugin/debian/compat 2010-11-07 11:27:41 UTC (rev 4533)
@@ -1 +1 @@
-5
+7
Modified: goodies/branches/experimental/xfce4-places-plugin/debian/control
===================================================================
--- goodies/branches/experimental/xfce4-places-plugin/debian/control 2010-11-07 11:02:57 UTC (rev 4532)
+++ goodies/branches/experimental/xfce4-places-plugin/debian/control 2010-11-07 11:27:41 UTC (rev 4533)
@@ -3,12 +3,12 @@
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 (>= 5), autotools-dev, pkg-config,
+Build-Depends: debhelper (>= 7), autotools-dev, pkg-config,
libgtk2.0-dev (>= 2.6.0), libxfce4util-dev (>= 4.4.2),
xfce4-panel-dev (>= 4.4.2), libxfcegui4-dev (>= 4.4.2),
libthunar-vfs-1-dev (>= 0.4.0), libexo-0.3-dev (>= 0.3.4),
libxml-parser-perl, intltool
-Standards-Version: 3.8.2
+Standards-Version: 3.9.1
Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
Vcs-Svn: svn://svn.debian.org/svn/pkg-xfce/goodies/trunk/xfce4-places-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-places-plugin/
Modified: goodies/branches/experimental/xfce4-places-plugin/debian/rules
===================================================================
--- goodies/branches/experimental/xfce4-places-plugin/debian/rules 2010-11-07 11:02:57 UTC (rev 4532)
+++ goodies/branches/experimental/xfce4-places-plugin/debian/rules 2010-11-07 11:27:41 UTC (rev 4533)
@@ -1,65 +1,4 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-#include /usr/share/quilt/quilt.make
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-
-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 \
- --libexecdir=\$${prefix}/lib \
- CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
-
-build: build-stamp
-build-stamp: config.status
- dh_testdir
-
- $(MAKE)
-
- touch $@
-
-clean:
- dh_testdir
- dh_testroot
-
- [ ! -f Makefile ] || $(MAKE) distclean
-
- dh_clean build-stamp
-
-install: build
- dh_testdir
- dh_testroot
- dh_clean -k
- dh_installdirs
-
- $(MAKE) DESTDIR=$(CURDIR)/debian/xfce4-places-plugin install
-
-binary-indep: build install
-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