[jlapack] 15/17: cme fix dpkg-control

Andreas Tille tille at debian.org
Fri Jan 29 21:01:26 UTC 2016


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

tille pushed a commit to branch master
in repository jlapack.

commit 28de8d09f04ec87c60998b8ccf171a29f99b6578
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 29 21:53:34 2016 +0100

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 23 ++++++++++++++---------
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c295b1f..c184c16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ jlapack (0.8~dfsg-3) UNRELEASED; urgency=medium
   * Build using free f2c - so moving from contrib to main
   * Moved from Debian Med SVN to Debian Java Git
   * debhelper 9
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Jan 2016 21:50:47 +0100
 
diff --git a/debian/control b/debian/control
index 1b07673..5345517 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
 Source: jlapack
+Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: java
 Priority: optional
-Maintainer: Debian Java maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-DM-Upload-Allowed: yes
-Uploaders: Olivier Sallou <osallou at debian.org>, Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 9), javahelper (>=0.25), f2j, default-jdk,
- libf2j-java
-Standards-Version: 3.9.3
-Homepage: http://icl.cs.utk.edu/f2j
+Build-Depends: debhelper (>= 9),
+               javahelper,
+               f2j,
+               default-jdk,
+               libf2j-java
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jlapack.git
 Vcs-Git: https://anonscm.debian.org/pkg-java/jlapack.git
+Homepage: http://icl.cs.utk.edu/f2j
 
 Package: libjlapack-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${java:Depends}, libf2j-java
+Depends: ${misc:Depends},
+         ${java:Depends},
+         libf2j-java
 Recommends: ${java:Recommends}
 Description: LAPACK numerical subroutines translated from their Fortran 77 source
  The package provides the LAPACK numerical subroutines translated from their
-  subset Fortran 77 source into class files, executable by the Java Virtual
+ subset Fortran 77 source into class files, executable by the Java Virtual
  Machine (JVM) and for use by Java programmers.
  .
  This makes it possible for Java applications or applets, distributed on the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jlapack.git



More information about the pkg-java-commits mailing list