[Pkg-xfce-commits] r545 - desktop/trunk/xfce4-utils/debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Apr 23 04:59:50 UTC 2006


Author: corsac-guest
Date: 2006-04-23 04:59:50 +0000 (Sun, 23 Apr 2006)
New Revision: 545

Added:
   desktop/trunk/xfce4-utils/debian/Debian
Modified:
   desktop/trunk/xfce4-utils/debian/rules
Log:
Add vendor information to xfce4-about



Added: desktop/trunk/xfce4-utils/debian/Debian
===================================================================
--- desktop/trunk/xfce4-utils/debian/Debian	2006-04-21 11:22:12 UTC (rev 544)
+++ desktop/trunk/xfce4-utils/debian/Debian	2006-04-23 04:59:50 UTC (rev 545)
@@ -0,0 +1,9 @@
+Debian Xfce Team is <pkg-xfce-devel at lists.alioth.debian.org>
+
+Co maintainers are:
+
+Simon Huggins <huggie at debian.org>
+Yves-Alexis Perez <corsac at corsac.net>
+Emanuele Roca <ema at debian.org>
+
+Bugs should be reported to Debian BTS at: http://bugs.debian.org or using reportbug.

Modified: desktop/trunk/xfce4-utils/debian/rules
===================================================================
--- desktop/trunk/xfce4-utils/debian/rules	2006-04-21 11:22:12 UTC (rev 544)
+++ desktop/trunk/xfce4-utils/debian/rules	2006-04-23 04:59:50 UTC (rev 545)
@@ -18,7 +18,7 @@
 configure-stamp: 
 	
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc  --with-browser=sensible-browser --enable-final
+	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc  --with-browser=sensible-browser --enable-final --with-vendor-info=Debian
 	touch configure-stamp
 
 build: patch configure-stamp build-stamp
@@ -68,6 +68,7 @@
 	install -d `pwd`/debian/xfce4-utils/usr/share/lintian/overrides
 	install -c -m 644 $(CURDIR)/debian/lintian-override \
 		`pwd`/debian/xfce4-utils/usr/share/lintian/overrides/xfce4-utils
+	install `pwd`/debian/Debian `pwd`/debian/xfce4-utils/usr/share/xfce4/
 
 binary-indep: build install
 




More information about the Pkg-xfce-commits mailing list