[Python-apps-commits] r5284 - in packages/emesene/trunk/debian (2 files)

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri May 28 14:48:16 UTC 2010


    Date: Friday, May 28, 2010 @ 14:48:12
  Author: pochu
Revision: 5284

* New upstream release. Closes: #578936.
  - debian/patches/20_dont_build_own_libmimic.patch:
    + Updated.

Modified:
  packages/emesene/trunk/debian/changelog
  packages/emesene/trunk/debian/patches/20_dont_build_own_libmimic.patch

Modified: packages/emesene/trunk/debian/changelog
===================================================================
--- packages/emesene/trunk/debian/changelog	2010-05-27 18:49:42 UTC (rev 5283)
+++ packages/emesene/trunk/debian/changelog	2010-05-28 14:48:12 UTC (rev 5284)
@@ -1,4 +1,4 @@
-emesene (1.6-2) UNRELEASED; urgency=low
+emesene (1.6.1-2) unstable; urgency=low
 
   * debian/control:
     - Recommend python-gst0.10, needed for webcam support. Closes: #565116.
@@ -9,8 +9,11 @@
     debian/rules,
     debian/source/format:
     - Switch to source format 3.0 (quilt).
+  * New upstream release. Closes: #578936.
+    - debian/patches/20_dont_build_own_libmimic.patch:
+      + Updated.
 
- -- Emilio Pozuelo Monfort <pochu at debian.org>  Sat, 16 Jan 2010 11:04:09 +0100
+ -- Emilio Pozuelo Monfort <pochu at debian.org>  Fri, 28 May 2010 16:48:03 +0200
 
 emesene (1.6-1) unstable; urgency=low
 

Modified: packages/emesene/trunk/debian/patches/20_dont_build_own_libmimic.patch
===================================================================
--- packages/emesene/trunk/debian/patches/20_dont_build_own_libmimic.patch	2010-05-27 18:49:42 UTC (rev 5283)
+++ packages/emesene/trunk/debian/patches/20_dont_build_own_libmimic.patch	2010-05-28 14:48:12 UTC (rev 5284)
@@ -5,7 +5,7 @@
 
 --- a/setup.py
 +++ b/setup.py
-@@ -5,18 +5,6 @@
+@@ -6,18 +6,6 @@
  import sys
  
  if os.name == 'posix':
@@ -20,10 +20,10 @@
 -                  'and your system is safe. It\'s a win-win, don\'t you think?\n'\
 -                  'Thanks for trying emesene.'
 -            quit()
--            
+-
      # From apport's setup.py
      mo_files = []
-     for filepath in glob.glob("po/*/LC_MESSAGES/*.mo"):
+     for filepath in glob("po/*/LC_MESSAGES/*.mo"):
 @@ -50,7 +38,6 @@
                            ('share/icons/hicolor/scalable/apps', ['misc/emesene.svg']),
                            ('share/man/man1', ['misc/emesene.1']),
@@ -31,4 +31,4 @@
 -          ext_modules = [libmimic_module]
            )
  elif os.name == 'nt':
- 
+     import pygst  




More information about the Python-apps-commits mailing list