[Pkg-xfce-commits] r10081 - in /goodies/trunk/gigolo/debian: changelog gigolo.install rules

Yves-Alexis Perez corsac at moszumanska.debian.org
Sun Oct 15 14:01:12 UTC 2017


Author: corsac
Date: Sun Oct 15 14:01:10 2017
New Revision: 10081

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10081
Log:
  - use debian/gigolo instead of debian/tmp in file removals, since we only
  have one binary package now. 
* debian/gigolo.install dropped since we only have one package.

Removed:
    goodies/trunk/gigolo/debian/gigolo.install
Modified:
    goodies/trunk/gigolo/debian/changelog
    goodies/trunk/gigolo/debian/rules

Modified: goodies/trunk/gigolo/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/changelog?rev=10081&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/changelog	(original)
+++ goodies/trunk/gigolo/debian/changelog	Sun Oct 15 14:01:10 2017
@@ -10,6 +10,9 @@
     - drop -dbg package.
   * debian/rules:
     - migrate to dbgsym package.
+    - use debian/gigolo instead of debian/tmp in file removals, since we only
+    have one binary package now. 
+  * debian/gigolo.install dropped since we only have one package.
 
  -- Yves-Alexis Perez <corsac at debian.org>  Mon, 09 Oct 2017 11:34:00 +0200
 

Modified: goodies/trunk/gigolo/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/gigolo/debian/rules?rev=10081&op=diff
==============================================================================
--- goodies/trunk/gigolo/debian/rules	(original)
+++ goodies/trunk/gigolo/debian/rules	Sun Oct 15 14:01:10 2017
@@ -10,9 +10,9 @@
 	dh_auto_configure -- --disable-silent-rules
 
 override_dh_install:
-	rm debian/tmp/usr/share/doc/gigolo/ChangeLog
-	rm debian/tmp/usr/share/doc/gigolo/COPYING
-	rm debian/tmp/usr/share/doc/gigolo/AUTHORS
+	rm debian/gigolo/usr/share/doc/gigolo/ChangeLog
+	rm debian/gigolo/usr/share/doc/gigolo/COPYING
+	rm debian/gigolo/usr/share/doc/gigolo/AUTHORS
 	dh_install --fail-missing
 
 override_dh_strip:




More information about the Pkg-xfce-commits mailing list