[SCM] Packaging for pytango branch, master, updated. 4b58a0979c088c5513b2d502b6375f1f636beba7

Picca Frédéric-Emmanuel picca at synchrotron-soleil.fr
Tue Nov 23 22:04:00 UTC 2010


The following commit has been merged in the master branch:
commit 7136b44952f35946a040f7c3ff6ba8ecebd8e74f
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Tue Nov 9 21:22:46 2010 +0100

    * update the debian files

diff --git a/debian/changelog b/debian/changelog
index 43215e5..52eb739 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-pytango (7.1.2-1) unstable; urgency=low
+pytango (7.1.3-1) unstable; urgency=low
 
   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
 
diff --git a/debian/control b/debian/control
index 007377b..e40ecc1 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,13 @@ Priority: extra
 Maintainer: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
 Build-Depends: debhelper (>= 8.0.0),
 	       python-support (>= 0.7.6),
-	       python-dev,
+	       python-all-dev,
 	       liblog4tango4-dev,
 	       libtango7-dev,
 	       libboost-python-dev,
-	       python-sphinx,
-	       python-numpy,
-	       ipython
+	       python-numpy
+XS-Python-Version: >= 2.5
+Build-Depends-Indep: python-sphinx
 Standards-Version: 3.9.1
 Homepage: http://www.tango-controls.org
 
@@ -19,7 +19,10 @@ Architecture: any
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
 	 ${python:Depends},
+	 python-numpy,
+	 ipython,
 	 libjs-jquery
+XB-Python-Version: ${python:Versions}
 Provides: ${python:Provides}
 Description: The Tango Control System python binding
  <insert long description, indented with spaces>
diff --git a/debian/patches/debian-changes-7.1.2-1 b/debian/patches/debian-changes-7.1.2-1
deleted file mode 100644
index 26ba185..0000000
--- a/debian/patches/debian-changes-7.1.2-1
+++ /dev/null
@@ -1,57 +0,0 @@
-Description: Upstream changes introduced in version 7.1.2-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- pytango (7.1.2-1) unstable; urgency=low
- .
-   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
- .
- The person named in the Author field signed this changelog entry.
-Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- pytango-7.1.2.orig/setup.py
-+++ pytango-7.1.2/setup.py
-@@ -66,7 +66,8 @@ please_debug = False
- packages = [
-     'PyTango',
-     'PyTango.ipython',
--    'PyTango3'
-+    'PyTango3',
-+    'IPython.Extensions'
- ]
- 
- provides = [
---- /dev/null
-+++ pytango-7.1.2/IPython/Extensions/ipy_profile_spock.py
-@@ -0,0 +1,17 @@
-+""" IPython 'spock' profile, to preload PyTango and offer a friendly interface to Tango.
-+
-+Created with PyTango {pytangover} for IPython {ipyver} """
-+
-+import IPython.ipapi
-+import ipy_defaults
-+
-+def main():
-+    ip = IPython.ipapi.get()
-+    try:
-+        ip.ex("import IPython.ipapi")
-+        ip.ex("import PyTango.ipython")
-+        ip.ex("PyTango.ipython.init_ipython(IPython.ipapi.get())")
-+    except ImportError:
-+        print "Unable to start spock profile, is PyTango installed?"
-+
-+main()
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5bcdb02..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-7.1.2-1
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 5154b3f..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.6

-- 
Packaging for pytango



More information about the debian-science-commits mailing list