[Python-apps-commits] r7942 - in packages/djvusmooth/trunk/debian (6 files)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Mon Dec 12 22:43:30 UTC 2011


    Date: Monday, December 12, 2011 @ 22:43:28
  Author: danstender-guest
Revision: 7942

recreated deb/links install docs manpages

Added:
  packages/djvusmooth/trunk/debian/docs
  packages/djvusmooth/trunk/debian/install
  packages/djvusmooth/trunk/debian/links
  packages/djvusmooth/trunk/debian/manpages
Modified:
  packages/djvusmooth/trunk/debian/changelog
  packages/djvusmooth/trunk/debian/rules

Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	2011-12-12 21:48:51 UTC (rev 7941)
+++ packages/djvusmooth/trunk/debian/changelog	2011-12-12 22:43:28 UTC (rev 7942)
@@ -13,16 +13,12 @@
       (both for the build with dh_python2).
     + Removed alternative dep on python-wxgtk2.6 (Closes: #647739).
     + Wrapped-and-sorted.
-  * Changes of debian/rules:
-    + Re-written to build with dh_python2.
-    + Added override for dh_installchangelogs, removed debian/docs.
-    + Added override for dh_autoinstall, removed debian/install.
-    + Added override for dh_link, removed debian/links.
+  * Re-written debian/rules to build with dh_python2.
   * Changes of debian/djvusmooth.desktop:
     + Changed Name to begin with a capital letter.
     + Added German translation for GenericName.
 
- -- Daniel Stender <daniel at danielstender.com>  Mon, 12 Dec 2011 19:22:29 +0100
+ -- Daniel Stender <daniel at danielstender.com>  Mon, 12 Dec 2011 23:39:41 +0100
 
 djvusmooth (0.2.10-1) unstable; urgency=low
 

Added: packages/djvusmooth/trunk/debian/docs
===================================================================
--- packages/djvusmooth/trunk/debian/docs	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/docs	2011-12-12 22:43:28 UTC (rev 7942)
@@ -0,0 +1 @@
+doc/changelog

Added: packages/djvusmooth/trunk/debian/install
===================================================================
--- packages/djvusmooth/trunk/debian/install	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/install	2011-12-12 22:43:28 UTC (rev 7942)
@@ -0,0 +1,4 @@
+djvusmooth* usr/share/djvusmooth
+lib usr/share/djvusmooth
+locale usr/share
+debian/djvusmooth.desktop usr/share/applications/

Added: packages/djvusmooth/trunk/debian/links
===================================================================
--- packages/djvusmooth/trunk/debian/links	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/links	2011-12-12 22:43:28 UTC (rev 7942)
@@ -0,0 +1 @@
+usr/share/djvusmooth/djvusmooth usr/bin/djvusmooth

Added: packages/djvusmooth/trunk/debian/manpages
===================================================================
--- packages/djvusmooth/trunk/debian/manpages	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/manpages	2011-12-12 22:43:28 UTC (rev 7942)
@@ -0,0 +1 @@
+doc/*.[0-9]

Modified: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules	2011-12-12 21:48:51 UTC (rev 7941)
+++ packages/djvusmooth/trunk/debian/rules	2011-12-12 22:43:28 UTC (rev 7942)
@@ -6,24 +6,6 @@
 
 override_dh_auto_install:
 
-override_dh_install:
-	install -d debian/djvusmooth/usr/share/djvusmooth
-	cp -a ./djvusmooth* debian/djvusmooth/usr/share/djvusmooth/
-	cp -a ./lib debian/djvusmooth/usr/share/djvusmooth/
-	cp -a ./locale debian/djvusmooth/usr/share/
-	install -d debian/djvusmooth/usr/share/applications
-	cp -a ./debian/djvusmooth.desktop debian/djvusmooth/usr/share/applications/
-
-override_dh_installchangelogs:
-	dh_installchangelogs doc/changelog
-
-override_dh_installman:
-	dh_installman doc/*.[0-9]
-
-override_dh_link:
-	install -d debian/djvusmooth/usr/bin
-	ln -sf ../share/djvusmooth/djvusmooth debian/djvusmooth/usr/bin/djvusmooth
-
 override_dh_auto_clean:
 	dh_auto_clean
 	rm -rf locale/




More information about the Python-apps-commits mailing list