[Pkg-xfce-commits] r2268 - desktop/branches/svn-snapshots/xfdesktop4/debian

corsac at alioth.debian.org corsac at alioth.debian.org
Sun Aug 24 14:31:13 UTC 2008


Author: corsac
Date: 2008-08-24 14:31:12 +0000 (Sun, 24 Aug 2008)
New Revision: 2268

Modified:
   desktop/branches/svn-snapshots/xfdesktop4/debian/changelog
   desktop/branches/svn-snapshots/xfdesktop4/debian/rules
   desktop/branches/svn-snapshots/xfdesktop4/debian/xfdesktop4-data.install
Log:
lintian fixes


Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/changelog
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/changelog	2008-08-24 14:21:36 UTC (rev 2267)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/changelog	2008-08-24 14:31:12 UTC (rev 2268)
@@ -10,6 +10,8 @@
   * debian/rules: 
     - don't install useless lintian override file
     - fail if dh_install misses files.
+    - stop messing with config.{guess,sub}.
+    - fix perms on xfdesktop-xfconf-migration.pl
   * debian/lintian: dropped, now useless
   * debian/patches:
     - 01_show-backdrop-by-default dropped due to upstream changes.
@@ -20,8 +22,9 @@
     - 01_fix-size-warning-amd64 added.
   * debian/xfdesktop-data.install:
     - add /usr/share/desktop-directories files.
+    - add /usr/share/applications files.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Sun, 24 Aug 2008 01:04:45 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sun, 24 Aug 2008 16:30:12 +0200
 
 xfdesktop4 (4.4.2-7) unstable; urgency=low
 

Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/rules
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-08-24 14:21:36 UTC (rev 2267)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/rules	2008-08-24 14:31:12 UTC (rev 2268)
@@ -43,13 +43,6 @@
 
 	[ ! -f Makefile ] || $(MAKE) distclean
 
-ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-	cp -f /usr/share/misc/config.sub config.sub
-endif
-ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-	cp -f /usr/share/misc/config.guess config.guess
-endif
-
 	dh_clean
 
 install: build
@@ -79,6 +72,9 @@
 	dh_testdir
 	dh_testroot
 
+	# fix perms on perl migration script
+	chmod 755 $(CURDIR)/debian/tmp/usr/share/xfce4/xfconf-migration/xfdesktop-xfconf-migration.pl
+
 	# use correct Debian defaults
 	for f in $(CURDIR)/debian/tmp/etc/xdg/xfce4/desktop/menu.xml*; do \
 	   	perl -0777 -i -pe 's/cmd="xfterm4"/cmd="exo-open --launch TerminalEmulator"/; s/cmd="mozilla"/cmd="sensible-browser"/; s/(<include type="system" style="simple" unique="true"\/>)/$$1\n<separator\/>\n<menu name="Debian"><include type="file" src="menudefs.hook" \/><\/menu>\n/; s/xffm/thunar/g' $$f; \

Modified: desktop/branches/svn-snapshots/xfdesktop4/debian/xfdesktop4-data.install
===================================================================
--- desktop/branches/svn-snapshots/xfdesktop4/debian/xfdesktop4-data.install	2008-08-24 14:21:36 UTC (rev 2267)
+++ desktop/branches/svn-snapshots/xfdesktop4/debian/xfdesktop4-data.install	2008-08-24 14:31:12 UTC (rev 2268)
@@ -5,3 +5,4 @@
 usr/share/xfce4-menueditor
 usr/share/xfce4
 usr/share/desktop-directories
+usr/share/applications




More information about the Pkg-xfce-commits mailing list