[python-admesh] 01/01: Add Debian-directory.
Anton Gladky
gladk at moszumanska.debian.org
Tue Aug 26 16:53:54 UTC 2014
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository python-admesh.
commit 41d2cc1fa8f6e40d361cd9b07103ad6151dd0f38
Author: Anton Gladky <gladk at debian.org>
Date: Tue Aug 26 18:52:20 2014 +0200
Add Debian-directory.
---
debian/.copyright.swp | Bin 0 -> 12288 bytes
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
debian/copyright | 10 +++++++++
debian/rules | 14 +++++++++++++
debian/source/format | 1 +
7 files changed, 87 insertions(+)
diff --git a/debian/.copyright.swp b/debian/.copyright.swp
new file mode 100644
index 0000000..1410a51
Binary files /dev/null and b/debian/.copyright.swp differ
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..82b3cf1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-admesh (0.98-1) unstable; urgency=medium
+
+ * Initial packaging. (Closes: #759354)
+
+ -- Anton Gladky <gladk at debian.org> Tue, 26 Aug 2014 18:52:00 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d5fd36e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,56 @@
+Source: python-admesh
+Priority: optional
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Anton Gladky <gladk at debian.org>
+Build-Depends:
+ cython,
+ cython3,
+ debhelper (>= 9),
+ dh-python,
+ libadmesh-dev,
+ python-all (>=2.6.6-3~),
+ python-dev (>=2.6.6-3~),
+ python-setuptools,
+ python3-all,
+ python3-dev,
+ python3-setuptools
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
+Standards-Version: 3.9.5
+Section: libs
+Homepage: https://github.com/admesh/python-admesh
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/python-admesh.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/python-admesh.git
+XS-Testsuite: autopkgtest
+
+Package: python-admesh
+Section: python
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ ${shlibs:Depends}
+Recommends:
+ admesh
+Description: Python bindings for the ADMesh (Python 2)
+ It lets you manipulate 3D models in binary or ASCII STL
+ format and partially repair them if necessary.
+ .
+ This is the Python 2 version of the package.
+
+Package: python3-admesh
+Section: python
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+ ${shlibs:Depends}
+Recommends:
+ admesh
+Description: Python bindings for the ADMesh (Python 3)
+ It lets you manipulate 3D models in binary or ASCII STL
+ format and partially repair them if necessary.
+ .
+ This is the Python 3 version of the package.
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..4c837b5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,10 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-admesh
+Upstream-Contact: Miro Hrončok <miro at hroncok.cz>
+Source: https://github.com/admesh/python-admesh
+
+Files: *
+Copyright: 2014 Miro Hrončok <miro at hroncok.cz>
+License: GPL-2
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f6a5b17
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+export PYBUILD_NAME=admesh
+
+%:
+ dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf admesh.egg-info
+ rm -rf gccdump.s
+ rm -rf cadmesh.pxd
+ rm -rf admesh.c
+ rm -rf admesh.pyx
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-admesh.git
More information about the debian-science-commits
mailing list