[fest-reflect] 02/06: cme fix dpkg-control

Andreas Tille tille at debian.org
Tue Dec 13 10:09:10 UTC 2016


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

tille pushed a commit to branch master
in repository fest-reflect.

commit 11d5230ac91d21b15a5b7d5182a0ece24192f66c
Author: Andreas Tille <tille at debian.org>
Date:   Tue Dec 13 09:45:10 2016 +0100

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 20 ++++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5ca2211..8aa1f1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 fest-reflect (1.4.1-2) UNRELEASED; urgency=medium
 
   * Fix typo in package name
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Tue, 13 Dec 2016 09:43:58 +0100
 
diff --git a/debian/control b/debian/control
index 4b0b829..52abc7c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
 Source: fest-reflect
-Section: java
-Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Andreas Tille <tille at debian.org>
+Section: java
+Priority: optional
 Build-Depends: debhelper (>= 9),
                default-jdk,
                default-jdk-doc,
@@ -14,15 +14,17 @@ Build-Depends: debhelper (>= 9),
                libmaven-javadoc-plugin-java,
                libmockito-java,
                maven-debian-helper
-Standards-Version: 3.9.6
-Vcs-Git: git://anonscm.debian.org/pkg-java/fest-reflect.git
+Standards-Version: 3.9.8
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/fest-reflect.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-java/fest-reflect.git
 Homepage: https://github.com/alexruiz/fest-reflect/
 
 Package: libfest-reflect-java
 Architecture: all
-Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libfest-reflect-java-doc, ${maven:OptionalDepends}
+Depends: ${maven:Depends},
+         ${misc:Depends}
+Suggests: libfest-reflect-java-doc,
+          ${maven:OptionalDepends}
 Description: Java library for fluent reflection
  FEST-Reflect provides an intuitive, compact and type-safe fluent API
  that makes Java reflection tremendously easy to use: no more casting,
@@ -33,8 +35,10 @@ Description: Java library for fluent reflection
 Package: libfest-reflect-java-doc
 Architecture: all
 Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: libfest-reflect-java, ${maven:DocOptionalDepends}
+Depends: ${maven:DocDepends},
+         ${misc:Depends}
+Suggests: libfest-reflect-java,
+          ${maven:DocOptionalDepends}
 Description: Documentation for libfest-reflect-java
  FEST-Reflect provides an intuitive, compact and type-safe fluent API 
  that makes Java reflection tremendously easy to use: no more casting,

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



More information about the pkg-java-commits mailing list