[med-svn] [libvistaio] 01/01: cme fix dpkg-control
Andreas Tille
tille at debian.org
Sun Jan 1 13:06:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libvistaio.
commit 980c0265bf0afce94089b96a74cf0e3c5aa40eca
Author: Andreas Tille <tille at debian.org>
Date: Sun Jan 1 14:06:45 2017 +0100
cme fix dpkg-control
---
debian/changelog | 7 +++++++
debian/control | 41 +++++++++++++++++++++--------------------
2 files changed, 28 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6f8070e..8b68971 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libvistaio (1.2.19-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Sun, 01 Jan 2017 14:06:23 +0100
+
libvistaio (1.2.19-1) unstable; urgency=medium
* New upstream version
diff --git a/debian/control b/debian/control
index d15876d..ec67c99 100644
--- a/debian/control
+++ b/debian/control
@@ -1,35 +1,36 @@
Source: libvistaio
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Gert Wollny <gw.fossdev at gmail.com>
-Build-Depends: debhelper (>= 9.0.0), cmake (>=2.8.8)
-Standards-Version: 3.9.6
Section: science
-Homepage: http://mia.sourceforge.net
-Vcs-Git: git://anonscm.debian.org/debian-med/libvistaio.git
+Priority: optional
+Build-Depends: debhelper (>= 9.0.0),
+ cmake
+Standards-Version: 3.9.8
Vcs-Browser: http://anonscm.debian.org/gitweb/debian-med/libvistaio.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libvistaio.git
+Homepage: http://mia.sourceforge.net
Package: libvistaio-dev
-Section: libdevel
Architecture: any
-Depends: libvistaio14 (= ${binary:Version}),
- ${misc:Depends}
-Description: Development files for the libvistaio library
+Section: libdevel
+Depends: libvistaio14 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Development files for the libvistaio library
Vistaio is a library that handles loading and storing of data in a
cross-platform manner. Its virtue is that the otherwise binary
files provide an ascii header that makes it easy to get information
about the contens of a file. It supports a variety of data types
like images, vector fields and graphs. This is the development package
containing the header files, and pkg-config script, and man pages.
-
+
Package: libvistaio14
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Multi-Arch: same
+Multi-Arch: same
+Section: libs
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Description: Library for loading and storing various types of binary data
+Description: Library for loading and storing various types of binary data
Vistaio is a library that handles loading and storing of data in a
cross-platform manner. Its virtue is that the otherwise binary
files provide an ascii header that makes it easy to get information
@@ -37,13 +38,13 @@ Description: Library for loading and storing various types of binary data
like images, vector fields and graphs.
Package: libvistaio14-dbg
-Section: debug
Architecture: any
+Multi-Arch: same
+Section: debug
Priority: extra
-Depends: libvistaio14 (= ${binary:Version}),
- ${misc:Depends}
-Multi-Arch: same
-Description: Debug information for the libvistaio library
+Depends: libvistaio14 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debug information for the libvistaio library
Vistaio is a library that handles loading and storing of data in a
cross-platform manner. Its virtue is that the otherwise binary
files provide an ascii header that makes it easy to get information
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvistaio.git
More information about the debian-med-commit
mailing list