[Pkg-bluetooth-commits] r1245 - in /packages/blueproximity/trunk/debian: changelog control patches/dist_path.patch patches/series rules

franam at users.alioth.debian.org franam at users.alioth.debian.org
Sun Aug 12 09:28:09 UTC 2012


Author: franam
Date: Sun Aug 12 09:28:08 2012
New Revision: 1245

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1245
Log:
* debian/control and debian/rules: modified to comply with dh_python2
  transition requisites. (Closes: #616748)
* debian/control: Standards-Version bumped tp 3.9.2. 
* debian/control: moved librsvg2-common from recommends to depends field.
  (Closes: #588438) 
* Switch to dpkg-source 3.0 (quilt) format.
* debian/rules: removed simple-patchsys makefile. 

Added:
    packages/blueproximity/trunk/debian/patches/series
Modified:
    packages/blueproximity/trunk/debian/changelog
    packages/blueproximity/trunk/debian/control
    packages/blueproximity/trunk/debian/patches/dist_path.patch
    packages/blueproximity/trunk/debian/rules

Modified: packages/blueproximity/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/changelog?rev=1245&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/changelog (original)
+++ packages/blueproximity/trunk/debian/changelog Sun Aug 12 09:28:08 2012
@@ -1,3 +1,15 @@
+blueproximity (1.2.5-6) unstable; urgency=low
+
+  * debian/control and debian/rules: modified to comply with dh_python2
+    transition requisites. (Closes: #616748)
+  * debian/control: Standards-Version bumped tp 3.9.2. 
+  * debian/control: moved librsvg2-common from recommends to depends field.
+    (Closes: #588438) 
+  * Switch to dpkg-source 3.0 (quilt) format.
+  * debian/rules: removed simple-patchsys makefile. 
+
+ -- Francesco Namuri <francesco at namuri.it>  Sun, 27 Nov 2011 20:44:20 +0100
+
 blueproximity (1.2.5-5) unstable; urgency=low
 
   * debian/control : Standards-Version bumped to 3.8.4, no changes needed.

Modified: packages/blueproximity/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/control?rev=1245&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/control (original)
+++ packages/blueproximity/trunk/debian/control Sun Aug 12 09:28:08 2012
@@ -3,20 +3,17 @@
 Priority: extra
 Maintainer: Francesco Namuri <francesco at namuri.it>
 Uploaders: Leo Costela <costela at debian.org>, Debian Bluetooth Maintainers <pkg-bluetooth-maintainers at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5.6), patchutils
-XS-Python-Version: all
+Build-Depends: cdbs (>=0.4.90), debhelper (>= 5), patchutils, python (>=2.6.6-3)
 Vcs-Svn: svn://svn.debian.org/pkg-bluetooth/packages/blueproximity
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity
 Homepage: http://blueproximity.sourceforge.net/
-Standards-Version: 3.8.4
+Standards-Version: 3.9.2
 DM-Upload-Allowed:yes
 
 Package: blueproximity
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, bluetooth, python-configobj (>= 4.7.0), python-bluez, python-gtk2, python-glade2, python-gobject
-Recommends: librsvg2-common
+Depends: ${python:Depends}, ${misc:Depends}, bluetooth, python-configobj (>= 4.7.0), python-bluez, python-gtk2, python-glade2, python-gobject, librsvg2-common
 Suggests: gnome-screensaver | xscreensaver
-XB-Python-Version: ${python:Versions}
 Description: locks/unlocks your desktop tracking a bluetooth device
  blueproximity helps you adding a little more security to your desktop.
  It does so by detecting one of your bluetooth devices, most likely your

Modified: packages/blueproximity/trunk/debian/patches/dist_path.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/patches/dist_path.patch?rev=1245&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/patches/dist_path.patch (original)
+++ packages/blueproximity/trunk/debian/patches/dist_path.patch Sun Aug 12 09:28:08 2012
@@ -1,12 +1,13 @@
-diff -Nur blueproximity-1.2/proximity.py blueproximity-1.2.new/proximity.py
---- blueproximity-1.2/proximity.py	2007-09-11 23:48:34.000000000 +0200
-+++ blueproximity-1.2.new/proximity.py	2007-10-10 13:56:17.000000000 +0200
-@@ -69,7 +69,7 @@
- 
- # set this value to './' for svn version
+Index: blueproximity-1.2.5/proximity.py
+===================================================================
+--- blueproximity-1.2.5.orig/proximity.py	2011-11-27 20:55:43.886125290 +0100
++++ blueproximity-1.2.5/proximity.py	2011-11-27 20:57:34.390129454 +0100
+@@ -25,7 +25,7 @@
+ ## This value gives us the base directory for language files and icons.
+ # Set this value to './' for svn version
  # or to '/usr/share/blueproximity/' for packaged version
 -dist_path = './' 
-+dist_path = '/usr/share/blueproximity/' 
++dist_path = '/usr/share/blueproximity/'
  
- icon_base = 'blueproximity_base.svg'
- icon_att = 'blueproximity_attention.svg'
+ 
+ # system includes

Added: packages/blueproximity/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/patches/series?rev=1245&op=file
==============================================================================
--- packages/blueproximity/trunk/debian/patches/series (added)
+++ packages/blueproximity/trunk/debian/patches/series Sun Aug 12 09:28:08 2012
@@ -1,0 +1,5 @@
+dist_path.patch
+blueproximity.1.patch
+blueproximity.desktop.patch
+blueproximity.patch
+support-new-configobj.patch

Modified: packages/blueproximity/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/blueproximity/trunk/debian/rules?rev=1245&op=diff
==============================================================================
--- packages/blueproximity/trunk/debian/rules (original)
+++ packages/blueproximity/trunk/debian/rules Sun Aug 12 09:28:08 2012
@@ -1,15 +1,12 @@
 #!/usr/bin/make -f
-
-DEB_PYTHON_SYSTEM = pycentral
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_INSTALL_MANPAGES_blueproximity = doc/blueproximity.1
 
 binary-install/blueproximity::
-	dh_pycentral
+	dh_python2
 
 binary-post-install/blueproximity::
 	install -D -m 0644 $(CURDIR)/blueproximity_base.svg $(CURDIR)/debian/blueproximity/usr/share/icons/hicolor/scalable/apps/blueproximity.svg




More information about the Pkg-bluetooth-commits mailing list