[med-svn] [libsis-base-java] 01/04: cme fix dpkg-control
Andreas Tille
tille at debian.org
Sat Mar 19 20:44:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository libsis-base-java.
commit 5cce4f40faf1f9451dc5f4cb6aef98dace04e504
Author: Andreas Tille <tille at debian.org>
Date: Sat Mar 19 21:25:07 2016 +0100
cme fix dpkg-control
---
debian/changelog | 6 ++++++
debian/control | 19 +++++++++++--------
2 files changed, 17 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 63b71c6..96da15a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libsis-base-java (14.12.0-4) UNRELEASED; urgency=medium
+
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Sat, 19 Mar 2016 21:24:00 +0100
+
libsis-base-java (14.12.0-3) unstable; urgency=medium
* Enable building also on big endian architectures
diff --git a/debian/control b/debian/control
index 74411c3..6eb4348 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,10 @@
Source: libsis-base-java
-Section: java
-Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Olivier Sallou <osallou at debian.org>,
Andreas Tille <tille at debian.org>
+Section: java
+Priority: optional
Build-Depends: debhelper (>= 9),
default-jdk,
javahelper,
@@ -15,20 +15,23 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libtool,
procps
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libsis-base-java.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/libsis-base-java.git
Homepage: http://svncisd.ethz.ch/repos/cisd/base/tags/release/14.12.x/14.12.0/base
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/libsis-base-java.git
-Vcs-Git: git://anonscm.debian.org/debian-med/libsis-base-java.git
-
Package: libsis-base-java
Architecture: all
-Depends: ${misc:Depends}, ${java:Depends}, libsis-base-jni (>= ${source:Version})
+Depends: ${misc:Depends},
+ ${java:Depends},
+ libsis-base-jni (>= ${source:Version})
Description: Base libraries used by software from the SIS division at ETH Zurich
This library supplies some utility classes needed for libraries like sis-jhdf5.
Package: libsis-base-jni
Architecture: any
-Depends: ${misc:Depends}, ${java:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${java:Depends},
+ ${shlibs:Depends}
Description: Base libraries used by ETH-SIS (JNI components)
This library contains the two small native libraries used by libsis-base-java.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsis-base-java.git
More information about the debian-med-commit
mailing list