[Pkg-xfce-commits] r5343 - desktop/trunk/xfwm4-themes/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 3 01:42:26 UTC 2011
Author: corsac
Date: 2011-04-03 13:42:25 +0000 (Sun, 03 Apr 2011)
New Revision: 5343
Added:
desktop/trunk/xfwm4-themes/debian/docs
Modified:
desktop/trunk/xfwm4-themes/debian/changelog
desktop/trunk/xfwm4-themes/debian/rules
Log:
* debian/rules:
- switch to dh 7 tiny rules.
* debian/docs added.
Modified: desktop/trunk/xfwm4-themes/debian/changelog
===================================================================
--- desktop/trunk/xfwm4-themes/debian/changelog 2011-04-03 13:38:55 UTC (rev 5342)
+++ desktop/trunk/xfwm4-themes/debian/changelog 2011-04-03 13:42:25 UTC (rev 5343)
@@ -8,8 +8,11 @@
- remove Simon and Emanuele from uploaders.
- update standards version to 3.9.1.
* Switch to 3.0 (quilt) source format.
+ * debian/rules:
+ - switch to dh 7 tiny rules.
+ * debian/docs added.
- -- Yves-Alexis Perez <corsac at debian.org> Sun, 03 Apr 2011 15:38:43 +0200
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 03 Apr 2011 15:42:14 +0200
xfwm4-themes (4.6.0-2) unstable; urgency=low
Added: desktop/trunk/xfwm4-themes/debian/docs
===================================================================
--- desktop/trunk/xfwm4-themes/debian/docs (rev 0)
+++ desktop/trunk/xfwm4-themes/debian/docs 2011-04-03 13:42:25 UTC (rev 5343)
@@ -0,0 +1,2 @@
+README
+TODO
Modified: desktop/trunk/xfwm4-themes/debian/rules
===================================================================
--- desktop/trunk/xfwm4-themes/debian/rules 2011-04-03 13:38:55 UTC (rev 5342)
+++ desktop/trunk/xfwm4-themes/debian/rules 2011-04-03 13:42:25 UTC (rev 5343)
@@ -1,65 +1,4 @@
#!/usr/bin/make -f
-DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
-DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-
-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
-
-build: build-stamp
-build-stamp: config.status
-
- dh_testdir
- $(MAKE)
- touch build-stamp
-
-clean:
-
- dh_testdir
- dh_testroot
- rm -f build-stamp
-
- [ ! -f Makefile ] || $(MAKE) distclean
-
- dh_clean
-
-install: build
-
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
-
- $(MAKE) install DESTDIR=`pwd`/debian/xfwm4-themes
-
-binary-indep: build install
-
- dh_testdir -i
- dh_testroot -i
-
- dh_installchangelogs -i ChangeLog
- dh_installdocs -i README TODO
-
- dh_compress -i
- dh_fixperms -i
-
- dh_installdeb -i
- dh_gencontrol -i
-
- dh_md5sums -i
- dh_builddeb -i
-
-binary-arch: build install
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+ dh $@
More information about the Pkg-xfce-commits
mailing list