This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit bef0a5805a6c1dc752a78c428e4386771ab542f0 Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 00:52:10 2016 +0200 Removed the Pre-Depends on dpkg --- debian/changelog | 1 + debian/control | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7b0e380..81832f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium - The package is now co-maintained with the Java Team - Updated the Homepage field - Priority changed to optional + - Removed the Pre-Depends on dpkg * Standards-Version updated to 3.9.8 (no changes) * Updated debian/watch to track the release tags on Bitbucket * Fixed the short name of the BSD license in debian/copyright diff --git a/debian/control b/debian/control index 75287c4..d83b4f5 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Homepage: https://bitbucket.org/asomov/snakeyaml Package: libyaml-snake-java Architecture: all -Pre-Depends: dpkg (>= 1.15.6~) Depends: ${misc:Depends}, ${java:Depends} Recommends: ${java:Recommends} Description: YAML parser and emitter for the Java programming language -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snakeyaml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

