[f2j] 26/31: cme fix dpkg-control

Andreas Tille tille at debian.org
Fri Jan 29 15:35:42 UTC 2016


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

tille pushed a commit to branch master
in repository f2j.

commit ac1c66d346baf0990a05178b592f9797105012a0
Author: Andreas Tille <tille at debian.org>
Date:   Fri Jan 29 15:51:59 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 76f6123..387d3be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ f2j (0.8.1-3) UNRELEASED; urgency=medium
 
   * Moved packaging from Debian Med SVN to Debian Java Git
   * debhelper 9
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Fri, 29 Jan 2016 15:47:50 +0100
 
diff --git a/debian/control b/debian/control
index 93b9c1f..7b1c502 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,33 @@
 Source: f2j
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Olivier Sallou <osallou at debian.org>,
+           Andreas Tille <tille at debian.org>
 Section: non-free/java
+XS-Autobuild: yes
 Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Olivier Sallou <osallou at debian.org>, Andreas Tille <tille at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), default-jdk, bison, javahelper
-Standards-Version: 3.9.2
-Homepage: http://sourceforge.net/projects/f2j/
+Build-Depends: debhelper (>= 9),
+               default-jdk,
+               bison,
+               javahelper
+Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/f2j.git
 Vcs-Git: https://anonscm.debian.org/pkg-java/f2j.git
-XS-Autobuild: yes
+Homepage: http://sourceforge.net/projects/f2j/
 
 Package: f2j
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Fortran to Java compiler
  The package contains a Fortran to Java converter, also used
  to create the libf2j-java package.
  It converts Fortran file to Java source and class files.
 
-
 Package: libf2j-java
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Java library port of Fortran numerical libraries
  The package provides the Java library (APIS)
  to numerical libraries originally
  written in Fortran (particularly BLAS and LAPACK).
-

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



More information about the pkg-java-commits mailing list