[Python-apps-commits] r4163 - in packages/djvusmooth/trunk/debian (5 files)

jwilk-guest at users.alioth.debian.org jwilk-guest at users.alioth.debian.org
Sun Nov 22 09:28:16 UTC 2009


    Date: Sunday, November 22, 2009 @ 09:28:13
  Author: jwilk-guest
Revision: 4163

Use debhelper to install files. Install *.mo files.

Added:
  packages/djvusmooth/trunk/debian/install
Modified:
  packages/djvusmooth/trunk/debian/changelog
  packages/djvusmooth/trunk/debian/control
  packages/djvusmooth/trunk/debian/rules
Deleted:
  packages/djvusmooth/trunk/debian/dirs

Modified: packages/djvusmooth/trunk/debian/changelog
===================================================================
--- packages/djvusmooth/trunk/debian/changelog	2009-11-21 20:37:20 UTC (rev 4162)
+++ packages/djvusmooth/trunk/debian/changelog	2009-11-22 09:28:13 UTC (rev 4163)
@@ -2,4 +2,4 @@
 
   * Initial release (closes: #550922).
 
- -- Jakub Wilk <ubanus at users.sf.net>  Sat, 21 Nov 2009 15:27:12 +0100
+ -- Jakub Wilk <ubanus at users.sf.net>  Sun, 22 Nov 2009 10:09:34 +0100

Modified: packages/djvusmooth/trunk/debian/control
===================================================================
--- packages/djvusmooth/trunk/debian/control	2009-11-21 20:37:20 UTC (rev 4162)
+++ packages/djvusmooth/trunk/debian/control	2009-11-22 09:28:13 UTC (rev 4163)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jakub Wilk <ubanus at users.sf.net>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90)
+Build-Depends: debhelper (>= 7.0.50~), python-support (>= 0.90), gettext
 XS-Python-Version: all
 Standards-Version: 3.8.3
 Homepage: http://jwilk.net/software/djvusmooth.html

Deleted: packages/djvusmooth/trunk/debian/dirs
===================================================================
--- packages/djvusmooth/trunk/debian/dirs	2009-11-21 20:37:20 UTC (rev 4162)
+++ packages/djvusmooth/trunk/debian/dirs	2009-11-22 09:28:13 UTC (rev 4163)
@@ -1 +0,0 @@
-usr/share/djvusmooth/

Added: packages/djvusmooth/trunk/debian/install
===================================================================
--- packages/djvusmooth/trunk/debian/install	                        (rev 0)
+++ packages/djvusmooth/trunk/debian/install	2009-11-22 09:28:13 UTC (rev 4163)
@@ -0,0 +1,3 @@
+djvusmooth* usr/share/djvusmooth
+lib usr/share/djvusmooth
+locale usr/share

Modified: packages/djvusmooth/trunk/debian/rules
===================================================================
--- packages/djvusmooth/trunk/debian/rules	2009-11-21 20:37:20 UTC (rev 4162)
+++ packages/djvusmooth/trunk/debian/rules	2009-11-22 09:28:13 UTC (rev 4163)
@@ -10,6 +10,10 @@
 .PHONY: build-indep
 build-indep: build
 
+.PHONY: override_dh_auto_build
+override_dh_auto_build:
+	./update-i18n
+
 .PHONY: install
 install: build
 	dh install
@@ -20,7 +24,6 @@
 
 .PHONY: override_dh_auto_install
 override_dh_auto_install:
-	cp -a djvusmooth* lib debian/djvusmooth/usr/share/djvusmooth
 
 .PHONY: binary
 binary:
@@ -36,5 +39,6 @@
 clean:
 	dh clean
 	find -name '*.py[co]' -delete
+	rm -Rf locale/
 
 # vim:ts=4 sw=4 noet




More information about the Python-apps-commits mailing list