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

Lionel Le Folgoc mrpouit-guest at alioth.debian.org
Sun Jan 30 05:01:50 UTC 2011


Author: mrpouit-guest
Date: 2011-01-30 17:01:44 +0000 (Sun, 30 Jan 2011)
New Revision: 4863

Added:
   desktop/branches/experimental/xfce4-terminal/debian/xfce4-terminal.install
Modified:
   desktop/branches/experimental/xfce4-terminal/debian/changelog
   desktop/branches/experimental/xfce4-terminal/debian/control
   desktop/branches/experimental/xfce4-terminal/debian/rules
Log:
  - fix a typo in the long desc.
  - add a -dbg package.
  - update paths.
  - add a -dbg package.
* debian/xfce4-terminal.install: added.

Modified: desktop/branches/experimental/xfce4-terminal/debian/changelog
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/changelog	2011-01-30 16:47:20 UTC (rev 4862)
+++ desktop/branches/experimental/xfce4-terminal/debian/changelog	2011-01-30 17:01:44 UTC (rev 4863)
@@ -6,10 +6,15 @@
     - change libexo-0.3-dev b-dep to libexo-1-dev.
     - b-dep on hardening-includes.
     - bump Standards-Version to 3.9.1.
+    - fix a typo in the long desc.
+    - add a -dbg package.
   * Switch to 3.0 (quilt) source format.
   * debian/rules:
     - switch to dh.
     - add hardening CFLAGS/LDFLAGS.
+    - update paths.
+    - add a -dbg package.
+  * debian/xfce4-terminal.install: added.
 
  -- Lionel Le Folgoc <mrpouit at gmail.com>  Sun, 30 Jan 2011 17:30:26 +0100
 

Modified: desktop/branches/experimental/xfce4-terminal/debian/control
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/control	2011-01-30 16:47:20 UTC (rev 4862)
+++ desktop/branches/experimental/xfce4-terminal/debian/control	2011-01-30 17:01:44 UTC (rev 4863)
@@ -16,7 +16,7 @@
 Package: xfce4-terminal
 Section: xfce
 Architecture: any
-Depends: ${shlibs:Depends},  ${misc:Depends}, exo-utils
+Depends: ${shlibs:Depends}, ${misc:Depends}, exo-utils
 Provides: x-terminal-emulator
 Recommends: dbus-x11
 Description: Xfce terminal emulator
@@ -24,5 +24,14 @@
  terminal emulator for X11. It was created to fit nicely into the Xfce
  desktop environment, but it also fits nice with other environments.
  .
- For people that already know GNOME 2 terminal and are searching for a
+ For people who already know GNOME 2 terminal and are searching for a
  lighter but comparable replacement, Terminal might be the answer.
+
+Package: xfce4-terminal-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, xfce4-terminal (= ${binary:Version})
+Description: Xfce terminal emulator - debugging symbols
+ This package contains debugging symbols for Terminal, which is a lightweight
+ and easy to use terminal emulator for X11.

Modified: desktop/branches/experimental/xfce4-terminal/debian/rules
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/rules	2011-01-30 16:47:20 UTC (rev 4862)
+++ desktop/branches/experimental/xfce4-terminal/debian/rules	2011-01-30 17:01:44 UTC (rev 4863)
@@ -16,18 +16,21 @@
 override_dh_auto_install:
 	dh_auto_install --fail-missing
 	
-	install -c -m 0755 $(CURDIR)/debian/xfce4-terminal.wrapper $(CURDIR)/debian/xfce4-terminal/usr/bin/xfce4-terminal.wrapper
+	install -c -m 0755 $(CURDIR)/debian/xfce4-terminal.wrapper $(CURDIR)/debian/tmp/usr/bin/xfce4-terminal.wrapper
 	
 	#.desktop file
-	mv $(CURDIR)/debian/xfce4-terminal/usr/share/applications/Terminal.desktop $(CURDIR)/debian/xfce4-terminal/usr/share/applications/xfce4-terminal.desktop
+	mv $(CURDIR)/debian/tmp/usr/share/applications/Terminal.desktop $(CURDIR)/debian/tmp/usr/share/applications/xfce4-terminal.desktop
 	
 	#rename manpages
-	find $(CURDIR)/debian/xfce4-terminal/usr/share/man -name 'Terminal*' -exec \
+	find $(CURDIR)/debian/tmp/usr/share/man -name 'Terminal*' -exec \
 		rename 's/Terminal/xfce4-terminal/' '{}' \;
-	cd $(CURDIR)/debian/xfce4-terminal/usr/share/man/man1/ && ln -s xfce4-terminal.1.gz xfce4-terminal.wrapper.1.gz
+	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/xfce4-terminal/usr/share/pixmaps/
+	install -m 0644 $(CURDIR)/debian/terminal.xpm $(CURDIR)/debian/tmp/usr/share/pixmaps/
 
+override_dh_strip:
+	dh_strip --dbg-package=xfce4-terminal-dbg
+
 %:
 	dh $@

Added: desktop/branches/experimental/xfce4-terminal/debian/xfce4-terminal.install
===================================================================
--- desktop/branches/experimental/xfce4-terminal/debian/xfce4-terminal.install	                        (rev 0)
+++ desktop/branches/experimental/xfce4-terminal/debian/xfce4-terminal.install	2011-01-30 17:01:44 UTC (rev 4863)
@@ -0,0 +1 @@
+usr/




More information about the Pkg-xfce-commits mailing list