[snakeyaml] 06/17: Use only Build-Depends field and wrap-and-sort -sa.

Markus Koschany apo at moszumanska.debian.org
Fri Dec 1 20:17:19 UTC 2017


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

apo pushed a commit to branch master
in repository snakeyaml.

commit 3cf0c9b6dc78672a91cbfa32d78d0da00ba9c782
Author: Markus Koschany <apo at debian.org>
Date:   Fri Dec 1 20:18:39 2017 +0100

    Use only Build-Depends field and wrap-and-sort -sa.
---
 debian/control                        | 28 ++++++++++++++++++----------
 debian/copyright                      |  2 +-
 debian/libyaml-snake-java-doc.install |  1 -
 3 files changed, 19 insertions(+), 12 deletions(-)

diff --git a/debian/control b/debian/control
index becea49..3be476c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,19 @@ Source: snakeyaml
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Stefan Denker <Stefan+Debian at dn-kr.de>, Hilko Bengen <bengen at debian.org>
+Uploaders:
+ Stefan Denker <Stefan+Debian at dn-kr.de>,
+ Hilko Bengen <bengen at debian.org>
 Build-Depends:
  debhelper (>= 10),
  default-jdk,
- maven-debian-helper (>= 1.6.5),
-Build-Depends-Indep:
  junit4,
+ libjoda-time-java,
  libmaven-bundle-plugin-java,
  libmaven-javadoc-plugin-java,
- libjoda-time-java,
  libspring-context-java,
- velocity,
+ maven-debian-helper (>= 1.6.5),
+ velocity
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/snakeyaml.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/snakeyaml.git
@@ -21,8 +22,11 @@ Homepage: https://bitbucket.org/asomov/snakeyaml
 
 Package: libyaml-snake-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
-Suggests: ${maven:OptionalDepends}
+Depends:
+ ${maven:Depends},
+ ${misc:Depends}
+Suggests:
+ ${maven:OptionalDepends}
 Description: YAML parser and emitter for the Java programming language
  SnakeYAML is a YAML parser and emitter for the Java programming language.
  .
@@ -38,9 +42,13 @@ Description: YAML parser and emitter for the Java programming language
 Package: libyaml-snake-java-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, ${maven:DocDepends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libyaml-snake-java
+Depends:
+ ${maven:DocDepends},
+ ${misc:Depends}
+Recommends:
+ ${maven:DocOptionalDepends}
+Suggests:
+ libyaml-snake-java
 Description: Documentation for SnakeYAML
  SnakeYAML is a YAML parser and emitter for the Java programming
  language.
diff --git a/debian/copyright b/debian/copyright
index 01859e6..0be63be 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -264,7 +264,7 @@ License: LGPL-2.1
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  Lesser General Public License for more details.
- . 
+ .
  You should have received a copy of the GNU Lesser General Public
  License along with this library; if not, write to the Free Software
  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
diff --git a/debian/libyaml-snake-java-doc.install b/debian/libyaml-snake-java-doc.install
index 85e8dde..50f3214 100644
--- a/debian/libyaml-snake-java-doc.install
+++ b/debian/libyaml-snake-java-doc.install
@@ -1,2 +1 @@
 target/apidocs/* usr/share/doc/libyaml-snake-java/api
-

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



More information about the pkg-java-commits mailing list