This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjdk-7-jre-dcevm.
commit d65942db6fa4accdab041f3123eedcbbb90e518d Author: Emmanuel Bourg <[email protected]> Date: Sun May 18 23:46:56 2014 +0200 Renamed the package to openjdk-7-jre-dcevm --- debian/changelog | 4 ++-- debian/control | 8 ++++---- debian/lintian-overrides | 5 +---- debian/orig-tar.sh | 2 +- debian/rules | 2 +- 5 files changed, 9 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 34da3c7..5c8a80c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -openjdk-7-jdk-dcevm (7u55-1) unstable; urgency=medium +openjdk-7-jre-dcevm (7u55-1) unstable; urgency=medium * Initial release. (Closes: #747493) - -- Emmanuel Bourg <[email protected]> Sun, 10 May 2014 22:38:09 +0200 + -- Emmanuel Bourg <[email protected]> Sat, 10 May 2014 22:38:09 +0200 diff --git a/debian/control b/debian/control index 06f4663..7046eda 100644 --- a/debian/control +++ b/debian/control @@ -1,15 +1,15 @@ -Source: openjdk-7-jdk-dcevm +Source: openjdk-7-jre-dcevm Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), quilt, openjdk-7-jdk, g++-4.8, hardening-wrapper, zip Standards-Version: 3.9.5 -Vcs-Git: git://anonscm.debian.org/pkg-java/openjdk-7-jdk-dcevm.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/openjdk-7-jdk-dcevm.git +Vcs-Git: git://anonscm.debian.org/pkg-java/openjdk-7-jre-dcevm.git +Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/openjdk-7-jre-dcevm.git Homepage: https://github.com/dcevm/dcevm -Package: openjdk-7-jdk-dcevm +Package: openjdk-7-jre-dcevm Architecture: amd64 i386 Multi-Arch: same Depends: openjdk-7-jdk, ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/lintian-overrides b/debian/lintian-overrides index 51506b5..5f9cf80 100644 --- a/debian/lintian-overrides +++ b/debian/lintian-overrides @@ -1,5 +1,2 @@ # False positive, the libraries are installed in an arch specific directory -openjdk-7-jdk-dcevm: arch-dependent-file-not-in-arch-specific-directory - -# False positive, the links to the openjdk-7-jdk package are valid -openjdk-7-jdk-dcevm: package-contains-broken-symlink +openjdk-7-jre-dcevm: arch-dependent-file-not-in-arch-specific-directory diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 1a463cc..01df8c6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,7 +1,7 @@ #!/bin/sh VERSION=$2 -TAR=../openjdk-7-jdk-dcevm_$VERSION.orig.tar.gz +TAR=../openjdk-7-jre-dcevm_$VERSION.orig.tar.gz TAG=jdk7u55-b13 rm -f $3 diff --git a/debian/rules b/debian/rules index d3c4c1b..abd0ca0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -PACKAGE=openjdk-7-jdk-dcevm +PACKAGE=openjdk-7-jre-dcevm export DEB_BUILD_HARDENING=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjdk-7-jre-dcevm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

