[Debian-islamic-commits] [SCM] Packaging for hijra branch, master, updated. debian/0.1.18-3-15-g34ff1df

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Jul 28 14:24:36 UTC 2011


The following commit has been merged in the master branch:
commit 0d8d2f34c7aea71100649e694c15c23b1b073110
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Thu Jul 28 15:23:55 2011 +0200

    Switch to dh_python2
    
    + debian/control:
      - Drop python-support from Build-Deps
      - Bumped python-all Build-Dep to (>= 2.6.6-3~)
      - XS-Python-Version -> X-Python-Version
      - Remove XB-Python-Version fields
      - Remove Provides: ${python:Provides}
    + debian/rules: added --with python2 to dh call.

diff --git a/debian/control b/debian/control
index 196445f..c8dcec9 100644
--- a/debian/control
+++ b/debian/control
@@ -4,19 +4,17 @@ Priority: extra
 Maintainer: Debian Islamic Maintainers <debian-islamic-maintainers at lists.alioth.debian.org>
 Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: python-support (>= 0.5.3), python-all (>= 2.3.5-11), gettext
+Build-Depends-Indep: python-all (>= 2.6.6-3~), gettext
 Standards-Version: 3.9.0
 Homepage: http://hijra.ojuba.org
 Vcs-Git: git://git.debian.org/git/debian-islamic/packages/hijra.git
 Vcs-Browser: http://git.debian.org/?p=debian-islamic/packages/hijra.git
-XS-Python-Version: >= 2.4
+X-Python-Version: >= 2.4
 
 Package: python-hijra
 Section: non-free/python
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
 Replaces: hijra-python
 Conflicts: hijra-python
 Description: Hijri Islamic Calendar converting functions for python
@@ -33,7 +31,6 @@ Description: Hijri Islamic Calendar converting functions for python
 
 Package: hijra-applet
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}, ${python:Depends}, python-hijra, python-gtk2, python-notify, python-eggtrayicon
 Recommends: python-dbus
 Description: Hijri Islamic Calendar tray applet
diff --git a/debian/rules b/debian/rules
index 2384a73..b37fdeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 
 %:
-	dh $@
+	dh $@ --with python2
 
 override_dh_auto_configure:
 	ln HijriApplet.py HijriApplet

-- 
Packaging for hijra



More information about the Debian-islamic-commits mailing list