[Python-apps-commits] r2303 - in packages/bleachbit/trunk/debian (changelog control rules)

dktrkranz-guest at users.alioth.debian.org dktrkranz-guest at users.alioth.debian.org
Sat Feb 7 15:05:43 UTC 2009


    Date: Saturday, February 7, 2009 @ 15:05:42
  Author: dktrkranz-guest
Revision: 2303

Add locales support

Modified:
  packages/bleachbit/trunk/debian/changelog
  packages/bleachbit/trunk/debian/control
  packages/bleachbit/trunk/debian/rules

Modified: packages/bleachbit/trunk/debian/changelog
===================================================================
--- packages/bleachbit/trunk/debian/changelog	2009-02-07 15:02:19 UTC (rev 2302)
+++ packages/bleachbit/trunk/debian/changelog	2009-02-07 15:05:42 UTC (rev 2303)
@@ -8,8 +8,11 @@
     - debian/rules: create the new file on top of bleachbit.desktop.
     - debian/bleachbit.install: install new .desktop file.
     - debian/control: let bleachbit recommends menu package.
+  * Add locales support:
+    - debian/rules: add command to create and install .mo files.
+    - debian/control: add gettext build-dependency.
 
- -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 07 Feb 2009 15:58:24 +0100
+ -- Luca Falavigna <dktrkranz at ubuntu.com>  Sat, 07 Feb 2009 16:02:52 +0100
 
 bleachbit (0.2.1-1) unstable; urgency=low
 

Modified: packages/bleachbit/trunk/debian/control
===================================================================
--- packages/bleachbit/trunk/debian/control	2009-02-07 15:02:19 UTC (rev 2302)
+++ packages/bleachbit/trunk/debian/control	2009-02-07 15:05:42 UTC (rev 2303)
@@ -4,7 +4,7 @@
 Maintainer: Luca Falavigna <dktrkranz at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 6), quilt
-Build-Depends-Indep: python-central (>= 0.5.6), python-dev (>= 2.4)
+Build-Depends-Indep: python-central (>= 0.5.6), python-dev (>= 2.4), gettext
 Standards-Version: 3.8.0
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/bleachbit/trunk/

Modified: packages/bleachbit/trunk/debian/rules
===================================================================
--- packages/bleachbit/trunk/debian/rules	2009-02-07 15:02:19 UTC (rev 2302)
+++ packages/bleachbit/trunk/debian/rules	2009-02-07 15:05:42 UTC (rev 2303)
@@ -20,6 +20,7 @@
 	dh_clean -k
 	dh_installdirs
 	python setup.py install --root=$(CURDIR)/debian/bleachbit
+	make -C po install DESTDIR=$(CURDIR)/debian/bleachbit
 	sed -e 's/Name=BleachBit/Name=BleachBit \(as root\)/' bleachbit.desktop > bleachbit-root.desktop && \
 	sed -i 's/TryExec=bleachbit/TryExec=su-to-root/' bleachbit-root.desktop && \
 	sed -i 's/Exec=bleachbit/Exec=su-to-root -X -c bleachbit/' bleachbit-root.desktop




More information about the Python-apps-commits mailing list