[med-svn] r18190 - in trunk/packages/mrs/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Thu Oct 2 08:38:02 UTC 2014
Author: tille
Date: 2014-10-02 08:37:58 +0000 (Thu, 02 Oct 2014)
New Revision: 18190
Modified:
trunk/packages/mrs/trunk/debian/changelog
trunk/packages/mrs/trunk/debian/patches/init_d.diff
trunk/packages/mrs/trunk/debian/patches/makefile.diff
Log:
Update patches (+proper DEP3 description)
Modified: trunk/packages/mrs/trunk/debian/changelog
===================================================================
--- trunk/packages/mrs/trunk/debian/changelog 2014-10-02 08:34:51 UTC (rev 18189)
+++ trunk/packages/mrs/trunk/debian/changelog 2014-10-02 08:37:58 UTC (rev 18190)
@@ -1,6 +1,6 @@
mrs (6.0.5+dfsg-1) UNRELEASED; urgency=medium
- * New upstream version
+ * New upstream version (update patches)
* Document removed code from source tarball via Files-Excluded
* d/rules: get-orig-source now cares for repackaging via uscan
* cme fix dpkg-control
Modified: trunk/packages/mrs/trunk/debian/patches/init_d.diff
===================================================================
--- trunk/packages/mrs/trunk/debian/patches/init_d.diff 2014-10-02 08:34:51 UTC (rev 18189)
+++ trunk/packages/mrs/trunk/debian/patches/init_d.diff 2014-10-02 08:37:58 UTC (rev 18190)
@@ -1,7 +1,10 @@
-In Debian, init.d scripts should not load var.sh
+Author: Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>
+Last-Updated: Thu, 20 Jun 2013 10:00:00 +0200
+Description: In Debian, init.d scripts should not load var.sh
+
--- a/init.d/mrs.dist
+++ b/init.d/mrs.dist
-@@ -29,7 +29,7 @@
+@@ -29,7 +29,7 @@ SCRIPTNAME=/etc/init.d/$NAME
[ -r /etc/default/$NAME ] && . /etc/default/$NAME
# Load the VERBOSE setting and other rcS variables
Modified: trunk/packages/mrs/trunk/debian/patches/makefile.diff
===================================================================
--- trunk/packages/mrs/trunk/debian/patches/makefile.diff 2014-10-02 08:34:51 UTC (rev 18189)
+++ trunk/packages/mrs/trunk/debian/patches/makefile.diff 2014-10-02 08:37:58 UTC (rev 18190)
@@ -1,7 +1,10 @@
-Changes required for the makefile.
+Author: Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>
+Last-Updated: Thu, 20 Jun 2013 10:00:00 +0200
+Description: Changes required for the makefile.
+
--- a/GNUmakefile
+++ b/GNUmakefile
-@@ -9,6 +9,10 @@
+@@ -9,6 +9,10 @@ VERSION = 6.0.5
include make.config
@@ -12,7 +15,7 @@
# Directories where MRS will be installed
BIN_DIR ?= /usr/local/bin
MAN_DIR ?= /usr/local/man
-@@ -109,7 +113,7 @@
+@@ -113,7 +117,7 @@ $(OBJDIR):
@ test -d $@ || mkdir -p $@
clean:
@@ -21,7 +24,7 @@
INSTALLDIRS = \
$(BIN_DIR) \
-@@ -117,6 +121,8 @@
+@@ -121,6 +125,8 @@ INSTALLDIRS = \
$(MRS_LOG_DIR) \
$(MRS_RUN_DIR) \
$(MRS_ETC_DIR) \
@@ -30,7 +33,7 @@
$(MRS_DATA_DIR)/raw \
$(MRS_DATA_DIR)/mrs \
$(MRS_DATA_DIR)/blast-cache \
-@@ -139,51 +145,29 @@
+@@ -143,51 +149,29 @@ INSTALLDIRS = \
install: mrs config/mrs-config.xml mrs.1 init.d/mrs logrotate.d/mrs
@ echo "Creating directories"
@ for d in $(INSTALLDIRS); do \
More information about the debian-med-commit
mailing list