[Pkg-xfce-commits] r7243 - desktop/branches/experimental/xfce4-terminal/debian

Yves-Alexis Perez corsac at alioth.debian.org
Fri Dec 28 10:40:25 UTC 2012


Author: corsac
Date: 2012-12-28 10:40:25 +0000 (Fri, 28 Dec 2012)
New Revision: 7243

Modified:
   desktop/branches/experimental/xfce4-terminal/debian/changelog
   desktop/branches/experimental/xfce4-terminal/debian/control
   desktop/branches/experimental/xfce4-terminal/debian/rules
   desktop/branches/experimental/xfce4-terminal/debian/watch
Log:
* New upstream release.
* debian/watch updated for new naming.
* debian/rules:
  - remove the renaming, done upstream now.

Modified: desktop/branches/experimental/xfce4-terminal/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/changelog	2012-12-28 10:24:38 UTC (rev 7242)
+++ desktop/branches/experimental/xfce4-terminal/debian/changelog	2012-12-28 10:40:25 UTC (rev 7243)
@@ -1,5 +1,14 @@
-xfce4-terminal (0.4.8-1) unstable; urgency=low
+xfce4-terminal (0.6.0-1) UNRELEASED; urgency=low
 
+  * New upstream release.
+  * debian/watch updated for new naming.
+  * debian/rules:
+    - remove the renaming, done upstream now.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Fri, 28 Dec 2012 11:28:30 +0100
+
+xfce4-terminal (0.4.8-1+b1) unstable; urgency=low
+
   * New upstream bugfix release.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Wed, 22 Jun 2011 00:03:08 +0200

Modified: desktop/branches/experimental/xfce4-terminal/debian/control
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/control	2012-12-28 10:24:38 UTC (rev 7242)
+++ desktop/branches/experimental/xfce4-terminal/debian/control	2012-12-28 10:40:25 UTC (rev 7243)
@@ -5,9 +5,9 @@
 Uploaders: Yves-Alexis Perez <corsac at debian.org>, 
  Lionel Le Folgoc <mrpouit at gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), libdbus-glib-1-dev, 
- libexo-1-dev (>= 0.5.0), libvte-dev (>= 1:0.17.1), libxml-perl,
+ libexo-1-dev (>= 0.10.0), libvte-dev (>= 1:0.28), libxml-perl,
  libstartup-notification0-dev, chrpath, intltool, libgtk2.0-dev (>= 2.14),
- hardening-includes
+ hardening-includes, libxfce4ui-1-dev (>= 4.10)
 Standards-Version: 3.9.2
 Homepage: http://goodies.xfce.org/projects/applications/terminal
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-terminal/

Modified: desktop/branches/experimental/xfce4-terminal/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/rules	2012-12-28 10:24:38 UTC (rev 7242)
+++ desktop/branches/experimental/xfce4-terminal/debian/rules	2012-12-28 10:40:25 UTC (rev 7243)
@@ -11,23 +11,15 @@
 
 
 override_dh_auto_configure:
-	dh_auto_configure -- --enable-dbus --program-transform-name='s/Terminal/xfce4-terminal/' --docdir=\$${prefix}/share/doc/xfce4-terminal
+	dh_auto_configure -- --enable-dbus 
 
 override_dh_auto_install:
 	dh_auto_install --fail-missing
 	
 	install -c -m 0755 $(CURDIR)/debian/xfce4-terminal.wrapper $(CURDIR)/debian/tmp/usr/bin/xfce4-terminal.wrapper
 	
-	#.desktop file
-	mv $(CURDIR)/debian/tmp/usr/share/applications/Terminal.desktop $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop
-	
-	#rename manpages
-	find $(CURDIR)/debian/tmp/usr/share/man -name 'Terminal*' -exec \
-		rename 's/Terminal/xfce4-terminal/' '{}' \;
-	cd $(CURDIR)/debian/tmp/usr/share/man/man1/ && ln -s xfce4-terminal.1.gz xfce4-terminal.wrapper.1.gz
-	
 	#install pixmap for debian menu
-	install -m 0644 $(CURDIR)/debian/terminal.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
+	install -m 0644 -D $(CURDIR)/debian/terminal.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/xfce4-terminal.xpm
 
 override_dh_strip:
 	dh_strip --dbg-package=xfce4-terminal-dbg

Modified: desktop/branches/experimental/xfce4-terminal/debian/watch
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/watch	2012-12-28 10:24:38 UTC (rev 7242)
+++ desktop/branches/experimental/xfce4-terminal/debian/watch	2012-12-28 10:40:25 UTC (rev 7243)
@@ -1,3 +1,3 @@
 version=3
-http://archive.xfce.org/src/apps/terminal/([\d\.]+)/ \
-	Terminal-([\d\.]+)\.tar\.(?:gz|bz2)
+http://archive.xfce.org/src/apps/xfce4-terminal/([\d\.]+)/ \
+	xfce4-terminal-([\d\.]+)\.tar\.(?:gz|bz2)




More information about the Pkg-xfce-commits mailing list