This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit f2b8b120b0c5a4143f3ce39830664b3997006f1f Author: gregor herrmann <[email protected]> Date: Sun Mar 16 16:29:21 2008 +0000 Move wrapper script in source package to debian/jabref-wrapper and install it from debian/rules. --- debian/changelog | 4 +++- debian/install | 1 - jabref => debian/jabref-wrapper | 0 debian/rules | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index acb65b9..ccb07d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,10 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low * Refresh patch 01_free_javac. * Add new patch 05_PrintStream_File, PrintStream(File) is undefined in gcj. + * Move wrapper script in source package to debian/jabref-wrapper and + install it from debian/rules. - -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 17:04:16 +0100 + -- gregor herrmann <[email protected]> Sun, 16 Mar 2008 17:23:50 +0100 jabref (2.3.1-2) unstable; urgency=low diff --git a/debian/install b/debian/install index 6592fcc..cde0c70 100644 --- a/debian/install +++ b/debian/install @@ -1,4 +1,3 @@ build/lib/JabRef-2.4b.jar usr/share/java -jabref usr/bin build/*.xpm usr/share/pixmaps debian/jabref.desktop usr/share/applications diff --git a/jabref b/debian/jabref-wrapper similarity index 100% rename from jabref rename to debian/jabref-wrapper diff --git a/debian/rules b/debian/rules index f401a52..ddf2d46 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ install-stamp: build-stamp dh_testroot dh_clean -k dh_installdirs + install -m 755 debian/jabref-wrapper $(CURDIR)/debian/jabref/usr/bin/jabref touch install-stamp # Build architecture-independent files here. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

