[java-package] 01/01: add lsb-release to Depends
Tony Mancill
tmancill at moszumanska.debian.org
Tue Apr 8 04:33:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository java-package.
commit ca8ee76134d2028be592e00b234260722ccca185
Author: tony mancill <tmancill at debian.org>
Date: Mon Apr 7 21:31:32 2014 -0700
add lsb-release to Depends
lsb_release is used in lib/common.sh
---
debian/changelog | 7 +++++++
debian/control | 3 ++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 613db8d..9f144df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+java-package (0.55) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add lsb-release to Depends (used in make-jpkg).
+
+ -- tony mancill <tmancill at debian.org> Mon, 07 Apr 2014 21:26:36 -0700
+
java-package (0.54) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index d31cdaf..834396c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/java-package.git
Package: java-package
Architecture: all
-Depends: ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2
+Depends: ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2,
+ lsb-release
Recommends: dpkg-dev, gcc
Suggests: openjdk-7-jre
Description: Utility for creating Java Debian packages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/java-package.git
More information about the pkg-java-commits
mailing list