This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-pyproj.

commit 8613522e279d48e97832647db950647ef58e111f
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Apr 6 14:31:37 2014 +0200

    Restructure control file with cme.
---
 debian/changelog |  1 +
 debian/control   | 38 ++++++++++++++++++--------------------
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 41635e6..35f5984 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ python-pyproj (1.9.3-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders.
   * Update watch file with sepwatch changes.
   * Add gbp.conf to use pristine-tar by default.
+  * Restructure control file with cme.
 
  -- Bas Couwenberg <sebas...@xs4all.nl>  Sun, 06 Apr 2014 14:23:45 +0200
 
diff --git a/debian/control b/debian/control
index 79614cd..08ed5a9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,25 @@
 Source: python-pyproj
-Section: python
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: David Paleino <da...@debian.org>,
- Bas Couwenberg <sebas...@xs4all.nl>
-Build-Depends:
- debhelper (>= 7.0.50~)
- , dh-python
- , python-all-dev
- , python3-all-dev
+           Bas Couwenberg <sebas...@xs4all.nl>
+Section: python
+Priority: optional
+Build-Depends: debhelper (>= 7.0.50~),
+               dh-python,
+               python-all-dev,
+               python3-all-dev
 Standards-Version: 3.9.1
-Homepage: http://code.google.com/p/pyproj/
-Vcs-Git: git://git.debian.org/git/pkg-grass/python-pyproj.git
 Vcs-Browser: http://git.debian.org/?p=pkg-grass/python-pyproj.git
+Vcs-Git: git://git.debian.org/git/pkg-grass/python-pyproj.git
+Homepage: http://code.google.com/p/pyproj/
 
 Package: python-pyproj
 Architecture: any
+Depends: ${python:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         proj-data
 Provides: ${python:Provides}
-Depends:
- ${python:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
- , proj-data
 Description: Python interface to PROJ.4 library
  PROJ.4 performs cartographic transformations between geographic (lat/lon)
  and map projection (x/y) coordinates. It can also transform directly
@@ -33,11 +31,10 @@ Description: Python interface to PROJ.4 library
 
 Package: python3-pyproj
 Architecture: any
-Depends:
- ${python3:Depends}
- , ${shlibs:Depends}
- , ${misc:Depends}
- , proj-data
+Depends: ${python3:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends},
+         proj-data
 Description: Python 3 interface to PROJ.4 library
  PROJ.4 performs cartographic transformations between geographic (lat/lon)
  and map projection (x/y) coordinates. It can also transform directly
@@ -46,3 +43,4 @@ Description: Python 3 interface to PROJ.4 library
  This is a Python 3 binding to PROJ.4, it can receive coordinates as numpy
  arrays, Python arrays, lists or scalars. This module is optimized for
  numpy arrays.
+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-pyproj.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to