[python-admesh] 01/02: Use cme fix dpkg-control.
Anton Gladky
gladk at moszumanska.debian.org
Sun May 10 21:13:26 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository python-admesh.
commit 4daaad61abbacbdd1e681a2a422938d0eff4ecf8
Author: Anton Gladky <gladk at debian.org>
Date: Fri May 1 10:05:55 2015 +0200
Use cme fix dpkg-control.
---
debian/control | 65 ++++++++++++++++++++++++++--------------------------------
1 file changed, 29 insertions(+), 36 deletions(-)
diff --git a/debian/control b/debian/control
index ce282b3..ae33ff7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,38 +1,34 @@
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.6
+Uploaders: Anton Gladky <gladk at debian.org>
Section: libs
-Homepage: https://github.com/admesh/python-admesh
+Testsuite: autopkgtest
+Priority: optional
+Build-Depends: cython,
+ cython3,
+ debhelper (>= 9),
+ dh-python,
+ libadmesh-dev,
+ python-all,
+ python-dev,
+ python-setuptools,
+ python3-all,
+ python3-dev,
+ python3-setuptools
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/python-admesh.git
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
+Homepage: https://github.com/admesh/python-admesh
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
Package: python-admesh
-Section: python
Architecture: any
-Depends:
- ${misc:Depends},
- ${python:Depends},
- ${shlibs:Depends}
-Recommends:
- admesh
+Section: python
+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.
@@ -40,17 +36,14 @@ Description: Python bindings for the ADMesh (Python 2)
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
+Section: python
+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.
-
--
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