[boinc] 01/01: dropped improve_opendir_warning.patch
Guo Yixuan
yixuan-guest at moszumanska.debian.org
Tue Jun 24 03:52:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
yixuan-guest pushed a commit to branch master
in repository boinc.
commit a81daccce3cc046c249bc7ef34105c183f5ee6b5
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Mon Jun 23 23:50:19 2014 -0400
dropped improve_opendir_warning.patch
---
debian/changelog | 1 +
debian/patches/improve_opendir_warning.patch | 17 -----------------
debian/patches/series | 1 -
3 files changed, 1 insertion(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5029e73..a33f200 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ boinc (7.4.1+dfsg-1exp2) UNRELEASED; urgency=medium
- opendir_errno.patch
- opendir_error_messages.patch
- slot_dir_source_trace.patch
+ - improve_opendir_warning.patch
-- Guo Yixuan (郭溢譞) <culu.gyx at gmail.com> Mon, 23 Jun 2014 22:00:17 -0400
diff --git a/debian/patches/improve_opendir_warning.patch b/debian/patches/improve_opendir_warning.patch
deleted file mode 100644
index f44c815..0000000
--- a/debian/patches/improve_opendir_warning.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author: Steffen Moeller <moeller at debian.org>
-Description: Helping verbosity of error messages.
-
---- a/lib/filesys.cpp
-+++ b/lib/filesys.cpp
-@@ -144,7 +144,10 @@
- dirp->handle = INVALID_HANDLE_VALUE;
- #else
- dirp = opendir(p);
-- if (!dirp) return NULL;
-+ if (!dirp) {
-+ fprintf(stderr,"dir_open: Could not open directory '%s'.\n",p);
-+ return NULL;
-+ }
- #endif
- return dirp;
- }
diff --git a/debian/patches/series b/debian/patches/series
index f98092a..b0fea9c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,7 +3,6 @@ make_project_overcomes_Apache24_security.patch
libnotify-0.7.patch
# undisputed patches above
sched_driver_f_free.patch
-improve_opendir_warning.patch
termios_is_everywhere.patch
stripchart_debian.patch
upstream_sztaki_configureEval.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list