[jabref] 52/459: small fixes to debian/rules and debian/changelog

gregor herrmann gregoa at debian.org
Thu Sep 15 20:39:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository jabref.

commit 5d05e20ea87847bca8a7b4d39464cdadf85514d9
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Nov 26 21:31:22 2006 +0000

    small fixes to debian/rules and debian/changelog
---
 debian/changelog | 9 +++++----
 debian/rules     | 4 ++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a410c7f..f95ea58 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,17 @@
-jabref (2.2~b2-1) UNRELEASED; urgency=low
+jabref (2.2~b2-1) unstable; urgency=low
 
-  * Fix typo in long description.
   * New upstream release:
-    - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
     - undistributable fonts no longer included (closes: #393676);
+    - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
     - includes the patch to make Enter work in dialogs, therefore remove
       patch 02_button;
     - update patch 01_free_javac;
     - update debian/copyright (new contributors);
     - update debian/rules (icon file name changed).
+  * Fix typo in long description.
+  * Shorten call to ant and remove "-k" from dh_clean in debian/rules.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 26 Nov 2006 21:50:54 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 26 Nov 2006 22:28:46 +0100
 
 jabref (2.1-4) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 864618b..a2ba763 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ configure-stamp:
 	touch configure-stamp
 
 build: build-stamp patch
-	ant compile unjarlib jars
+	ant jars
 	convert -geometry 32x32 src/images/JabRef-icon-48.png build/jabref32.xpm
 	convert -geometry 16x16 src/images/JabRef-icon-48.png build/jabref16.xpm
 
@@ -35,7 +35,7 @@ clean: unpatch
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean 
 	dh_installdirs
                                                         
 # Build architecture-independent files here.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git



More information about the pkg-java-commits mailing list