[jackson-databind] 08/08: Upload to unstable
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Apr 8 13:13:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jackson-databind.
commit bb6d90363381eb7edf13041b996f6093ec408c6e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Apr 8 15:10:31 2016 +0200
Upload to unstable
---
debian/changelog | 4 ++--
debian/control | 20 ++++++--------------
debian/copyright | 2 +-
debian/maven.cleanIgnoreRules | 1 -
debian/rules | 2 --
5 files changed, 9 insertions(+), 20 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 548242a..634d56f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-jackson-databind (2.7.3-1) UNRELEASED; urgency=medium
+jackson-databind (2.7.3-1) unstable; urgency=medium
* Team upload.
* New upstream release
@@ -9,7 +9,7 @@ jackson-databind (2.7.3-1) UNRELEASED; urgency=medium
* Standards-Version updated to 3.9.8 (no changes)
* Use secure Vcs-* URLs
- -- Emmanuel Bourg <ebourg at apache.org> Fri, 08 Apr 2016 13:52:38 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Fri, 08 Apr 2016 15:10:22 +0200
jackson-databind (2.4.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index cee5c69..154d74a 100644
--- a/debian/control
+++ b/debian/control
@@ -28,13 +28,9 @@ Homepage: http://wiki.fasterxml.com/JacksonHome
Package: libjackson2-databind-java
Architecture: all
-Depends:
- ${misc:Depends},
- ${maven:Depends}
-Recommends:
- ${maven:OptionalDepends}
-Suggests:
- libjackson2-databind-java-doc
+Depends: ${misc:Depends}, ${maven:Depends}
+Recommends: ${maven:OptionalDepends}
+Suggests: libjackson2-databind-java-doc
Description: fast and powerful JSON library for Java -- data binding
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
@@ -55,13 +51,9 @@ Description: fast and powerful JSON library for Java -- data binding
Package: libjackson2-databind-java-doc
Architecture: all
Section: doc
-Depends:
- ${misc:Depends},
- ${maven:DocDepends}
-Recommends:
- ${maven:DocOptionalDepends}
-Suggests:
- libjackson2-databind-java
+Depends: ${misc:Depends}, ${maven:DocDepends}
+Recommends: ${maven:DocOptionalDepends}
+Suggests: libjackson2-databind-java
Description: Documentation for jackson-databind
The Jackson Data Processor is a multi-purpose Java library for processing
JSON. Jackson aims to be the best possible combination of fast, correct,
diff --git a/debian/copyright b/debian/copyright
index be1b6ff..c09c3d5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -18,7 +18,7 @@ Comment: FasterXML used a dual licensing approach (Apache-2.0 or LGPL) [0]
http://markmail.org/message/ckwelxnmoqlm5qr4
Files: *
-Copyright: 2013, FasterXML, LLC, Seattle, USA <info at fasterxml.com>
+Copyright: 2012-2016, FasterXML, LLC, Seattle, USA <info at fasterxml.com>
License: Apache-2.0
Files: debian/*
diff --git a/debian/maven.cleanIgnoreRules b/debian/maven.cleanIgnoreRules
deleted file mode 100644
index 8b13789..0000000
--- a/debian/maven.cleanIgnoreRules
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/rules b/debian/rules
index d5906d7..75b1005 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-export DH_VERBOSE=1
-
VERSION_FILE=./src/main/java/com/fasterxml/jackson/databind/cfg/PackageVersion.java
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jackson-databind.git
More information about the pkg-java-commits
mailing list