[Python-apps-commits] r2905 - in packages/vitables/trunk/debian (6 files)

xnox-guest at users.alioth.debian.org xnox-guest at users.alioth.debian.org
Sun May 10 04:09:12 UTC 2009


    Date: Sunday, May 10, 2009 @ 04:09:10
  Author: xnox-guest
Revision: 2905

Implemented Piotr's suggestions

Added:
  packages/vitables/trunk/debian/dirs
Modified:
  packages/vitables/trunk/debian/changelog
  packages/vitables/trunk/debian/control
  packages/vitables/trunk/debian/install
  packages/vitables/trunk/debian/links
  packages/vitables/trunk/debian/rules

Modified: packages/vitables/trunk/debian/changelog
===================================================================
--- packages/vitables/trunk/debian/changelog	2009-05-09 18:13:58 UTC (rev 2904)
+++ packages/vitables/trunk/debian/changelog	2009-05-10 04:09:10 UTC (rev 2905)
@@ -1,18 +1,5 @@
 vitables (2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #525760)
-  * Set PAPT as Maintainer and myself as Uploader.
-  * Removed pyversions file
-  * Moved to private modules
-  * Moved examples and doc to /usr/share/doc/vitables/
-  * Added python-numpy dependency
-  * Switched to debhelper7
-  * Patches:
-    + remove_buildtime_dependency: removes checks for PyQt and pytables at
-    build time
-    + fix_scripts: updates setup.py to use *.py name for the script
-    because a directory and a file cannot have same name "vitables".
-    + desktop-file: adds main category, removes encoding.
-  * Stopped compressing example files and pdf documentation.
 
  -- Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>  Sat, 09 May 2009 18:12:53 +0000

Modified: packages/vitables/trunk/debian/control
===================================================================
--- packages/vitables/trunk/debian/control	2009-05-09 18:13:58 UTC (rev 2904)
+++ packages/vitables/trunk/debian/control	2009-05-10 04:09:10 UTC (rev 2905)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Dmitrijs Ledkovs <dmitrij.ledkov at gmail.com>
-Build-Depends: quilt,
-               debhelper (>= 7),
+Build-Depends: quilt (>= 0.46-7),
+               debhelper (>= 7.0.50),
                python,
                python-support
 Standards-Version: 3.8.1

Added: packages/vitables/trunk/debian/dirs
===================================================================
--- packages/vitables/trunk/debian/dirs	                        (rev 0)
+++ packages/vitables/trunk/debian/dirs	2009-05-10 04:09:10 UTC (rev 2905)
@@ -0,0 +1,2 @@
+usr/share/pixmaps
+

Modified: packages/vitables/trunk/debian/install
===================================================================
--- packages/vitables/trunk/debian/install	2009-05-09 18:13:58 UTC (rev 2904)
+++ packages/vitables/trunk/debian/install	2009-05-10 04:09:10 UTC (rev 2905)
@@ -1,3 +1,2 @@
 unixapp/vitables.desktop usr/share/applications
-vitables.svg usr/share/pixmaps
 

Modified: packages/vitables/trunk/debian/links
===================================================================
--- packages/vitables/trunk/debian/links	2009-05-09 18:13:58 UTC (rev 2904)
+++ packages/vitables/trunk/debian/links	2009-05-10 04:09:10 UTC (rev 2905)
@@ -1 +1 @@
-usr/share/vitables/vitables.py usr/bin/vitables
+usr/share/vitables/run-vitables.py usr/bin/vitables

Modified: packages/vitables/trunk/debian/rules
===================================================================
--- packages/vitables/trunk/debian/rules	2009-05-09 18:13:58 UTC (rev 2904)
+++ packages/vitables/trunk/debian/rules	2009-05-10 04:09:10 UTC (rev 2905)
@@ -1,30 +1,20 @@
 #!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
-#DH_VERBOSE = 1
-
 %:
-	dh $@
+	dh --with quilt $@
 
-build: 	patch
-	mv scripts/vitables scripts/vitables.py
-	dh build
-	cp unixapp/vitables.svgz vitables.svg.gz
-	gzip -df vitables.svg.gz
+override_dh_auto_install:
+	dh_auto_install -- --install-lib=/usr/share/vitables \
+	                   --install-data=/usr/share/doc/vitables \
+	                   --install-scripts=/usr
 
-clean: 	unpatch
-	dh clean
-	rm -f vitables.svg
+	find debian/vitables/usr/share/doc/ -name '[V|L]*' ! -type d -delete
 
-binary-indep:
-	dh binary-indep --before dh_auto_install
-	dh_auto_install -- --install-lib=/usr/share/vitables \
-		           --install-scripts=/usr/share/vitables/ \
-		           --install-data=/usr/share/doc/vitables
-	find debian/ -name '*LICENSE*' ! -type d -delete
-	dh binary-indep --remaining
-	mv -f scripts/vitables.py scripts/vitables
+	gzip -dfcS .svgz unixapp/vitables.svgz > \
+	debian/vitables/usr/share/pixmaps/vitables.svg
 
+	mv debian/vitables/usr/vitables \
+	debian/vitables/usr/share/vitables/run-vitables.py
+
 override_dh_compress:
 	dh_compress -X.h5 -X.pdf
 
-binary: binary-indep




More information about the Python-apps-commits mailing list