[Python-modules-commits] r17984 - in packages/notify-python/trunk/debian (7 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Aug 2 20:25:03 UTC 2011


    Date: Tuesday, August 2, 2011 @ 20:25:00
  Author: kitterman
Revision: 17984

  [ Sebastien Bacher ]
  * new_libnotify.patch: updated for the new libnotify api changes;
    closes: #630292

  [ Barry Warasaw ]
  * Switch to dh_python2 closes: #635452

  [ Scott Kitterman ]
  * Don't ship .la file (Change from Ubuntu)

Added:
  packages/notify-python/trunk/debian/patches/
  packages/notify-python/trunk/debian/patches/new_libnotify.patch
Modified:
  packages/notify-python/trunk/debian/changelog
  packages/notify-python/trunk/debian/control
  packages/notify-python/trunk/debian/rules
Deleted:
  packages/notify-python/trunk/debian/pycompat
  packages/notify-python/trunk/debian/source/

Modified: packages/notify-python/trunk/debian/changelog
===================================================================
--- packages/notify-python/trunk/debian/changelog	2011-08-02 18:35:13 UTC (rev 17983)
+++ packages/notify-python/trunk/debian/changelog	2011-08-02 20:25:00 UTC (rev 17984)
@@ -1,5 +1,7 @@
-notify-python (0.1.1-3) UNRELEASED; urgency=low
+notify-python (0.1.1-3) unstable; urgency=low
 
+  * Team upload
+
   [ Sandro Tosi ]
   * debian/control
     - uniforming both Vcs-Svn and Vcs-Browser fields
@@ -10,8 +12,18 @@
   * debian/control
     - Added Homepage field.
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 03 Jan 2008 11:48:25 +0100
+  [ Sebastien Bacher ]
+  * new_libnotify.patch: updated for the new libnotify api changes;
+    closes: #630292
 
+  [ Barry Warasaw ]
+  * Switch to dh_python2 closes: #635452
+
+  [ Scott Kitterman ]
+  * Don't ship .la file (Change from Ubuntu)
+
+ -- Scott Kitterman <scott at kitterman.com>  Tue, 02 Aug 2011 16:20:46 -0400
+
 notify-python (0.1.1-2) unstable; urgency=low
 
   [ Scott Kitterman ]

Modified: packages/notify-python/trunk/debian/control
===================================================================
--- packages/notify-python/trunk/debian/control	2011-08-02 18:35:13 UTC (rev 17983)
+++ packages/notify-python/trunk/debian/control	2011-08-02 20:25:00 UTC (rev 17984)
@@ -4,14 +4,13 @@
 Maintainer: Gustavo Franco <stratus at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
-               cdbs (>= 0.4.43),
-               python-all-dev (>= 2.3.5-7),
-               python-support (>= 0.3),
+               cdbs (>= 0.4.90~),
+               python-all-dev (>= 2.6.6-3~),
                pkg-config (>= 0.20-1),
-               libnotify-dev (>= 0.4.3),
+               libnotify-dev (>= 0.7),
                python-gtk2-dev (>= 2.10)
 Standards-Version: 3.7.2
-XS-Python-Version: >= 2.3
+X-Python-Version: >= 2.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/notify-python/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/notify-python/trunk/
 Homepage: http://www.galago-project.org
@@ -23,7 +22,6 @@
          ${misc:Depends},
          python-gtk2 (>= 2.10)
 Provides: ${python:Provides}
-XB-Python-Version: ${python:Versions}
 Description: Python bindings for libnotify
  libnotify sends desktop notifications to a notification daemon, as
  defined in the Desktop Notifications spec. These notifications can be

Added: packages/notify-python/trunk/debian/patches/new_libnotify.patch
===================================================================
--- packages/notify-python/trunk/debian/patches/new_libnotify.patch	                        (rev 0)
+++ packages/notify-python/trunk/debian/patches/new_libnotify.patch	2011-08-02 20:25:00 UTC (rev 17984)
@@ -0,0 +1,36 @@
+diff -up notify-python-0.1.1/src/pynotify.defs.notify070 notify-python-0.1.1/src/pynotify.defs
+--- notify-python-0.1.1/src/pynotify.defs.notify070	2010-11-02 17:11:14.928179237 -0400
++++ notify-python-0.1.1/src/pynotify.defs	2010-11-02 17:11:51.153180231 -0400
+@@ -38,7 +38,6 @@
+     '("const-gchar*" "summary")
+     '("const-gchar*" "message" (null-ok) (default "NULL"))
+     '("const-gchar*" "icon" (null-ok) (default "NULL"))
+-    '("GtkWidget*" "attach" (null-ok) (default "NULL"))
+   )
+ )
+ 
+@@ -53,24 +52,6 @@
+   )
+ )
+ 
+-(define-method attach_to_widget
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_widget")
+-  (return-type "none")
+-  (parameters
+-    '("GtkWidget*" "attach")
+-  )
+-)
+-
+-(define-method attach_to_status_icon
+-  (of-object "NotifyNotification")
+-  (c-name "notify_notification_attach_to_status_icon")
+-  (return-type "none")
+-  (parameters
+-    '("GtkStatusIcon*" "attach")
+-  )
+-)
+-
+ (define-method show
+   (of-object "NotifyNotification")
+   (c-name "notify_notification_show")

Deleted: packages/notify-python/trunk/debian/pycompat
===================================================================
--- packages/notify-python/trunk/debian/pycompat	2011-08-02 18:35:13 UTC (rev 17983)
+++ packages/notify-python/trunk/debian/pycompat	2011-08-02 20:25:00 UTC (rev 17984)
@@ -1 +0,0 @@
-2

Modified: packages/notify-python/trunk/debian/rules
===================================================================
--- packages/notify-python/trunk/debian/rules	2011-08-02 18:35:13 UTC (rev 17983)
+++ packages/notify-python/trunk/debian/rules	2011-08-02 20:25:00 UTC (rev 17984)
@@ -34,6 +34,7 @@
 	dh_testdir
 	dh_testroot
 	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-notify
+	rm -f $(CURDIR)/debian/python-notify/usr/lib/python*/*-packages/gtk-2.0/pynotify/*.la
 
 install: $(PYVERS:%=install-%)
 
@@ -54,7 +55,7 @@
 	dh_strip -s
 	dh_compress -s
 	dh_fixperms -s
-	dh_pysupport -s
+	dh_python2 -s
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s




More information about the Python-modules-commits mailing list