[jabref] 104/459: Remove patch 04_logger, not needed anymore.
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:39:54 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 3bf74b64576e11e90d6206c93b4b298c37c83989
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Oct 9 16:45:04 2007 +0000
Remove patch 04_logger, not needed anymore.
---
debian/changelog | 3 ++-
debian/patches/00list | 1 -
debian/patches/04_logger.dpatch | 19 -------------------
3 files changed, 2 insertions(+), 21 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index fb160e3..9d7fc1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ jabref (2.3~beta3-1) UNRELEASED; urgency=low
* Use ant clean instead of manually removing the build directory in
debian/rules. Move ant from Build-Depends-Indep to Build-Depends.
* Update patch 03_external_apps.
+ * Remove patch 04_logger, not needed anymore.
- -- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 18:32:42 +0200
+ -- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 18:44:30 +0200
jabref (2.3~beta2-1) unstable; urgency=low
diff --git a/debian/patches/00list b/debian/patches/00list
index 59e43cc..eaab941 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -1,3 +1,2 @@
01_free_javac
03_external_apps
-04_logger
diff --git a/debian/patches/04_logger.dpatch b/debian/patches/04_logger.dpatch
deleted file mode 100755
index 7ad9fca..0000000
--- a/debian/patches/04_logger.dpatch
+++ /dev/null
@@ -1,19 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_logger.dpatch by <gregor+debian at comodo.priv.at>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Logger.GLOBAL_LOGGER_NAME is to new for liblog4j1.2-java
-
- at DPATCH@
-diff -urNad jabref~/src/java/net/sf/jabref/Globals.java jabref/src/java/net/sf/jabref/Globals.java
---- jabref~/src/java/net/sf/jabref/Globals.java 2007-08-29 22:34:03.000000000 +0200
-+++ jabref/src/java/net/sf/jabref/Globals.java 2007-08-29 23:13:39.000000000 +0200
-@@ -153,7 +153,7 @@
- public static final int NEWLINE_LENGTH = System.getProperty("line.separator").length();
-
- // Instantiate logger:
-- private static Logger logger = Logger.getLogger(Logger.GLOBAL_LOGGER_NAME);
-+ private static Logger logger = Logger.getLogger("global");
-
- /**
- * true if we have unix newlines
--
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