[med-svn] r17765 - in trunk/packages/mapsembler2/trunk/debian: . patches
Olivier Sallou
osallou at moszumanska.debian.org
Mon Aug 18 15:30:32 UTC 2014
Author: osallou
Date: 2014-08-18 15:30:32 +0000 (Mon, 18 Aug 2014)
New Revision: 17765
Modified:
trunk/packages/mapsembler2/trunk/debian/changelog
trunk/packages/mapsembler2/trunk/debian/docs
trunk/packages/mapsembler2/trunk/debian/patches/series
trunk/packages/mapsembler2/trunk/debian/rules
Log:
prepare new release
Modified: trunk/packages/mapsembler2/trunk/debian/changelog
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/changelog 2014-08-18 15:11:48 UTC (rev 17764)
+++ trunk/packages/mapsembler2/trunk/debian/changelog 2014-08-18 15:30:32 UTC (rev 17765)
@@ -1,6 +1,12 @@
-mapsembler2 (2.1.6+dfsg-1) unstable; urgency=medium
+mapsembler2 (2.2.1+dfsg-1) UNRELEASED; urgency=medium
* New upstream release
+ TODO:
+ Contains many third party libs that need to use Debian packaged one in
+ mapsembler2_extremities/thirdparty/gatb-core/thirdparty/
+ Change of license to Affero GPL, license to check in sub folders
+ Binaries changed of location, should check in compile_all_tools.sh
+ to find required binaries
-- Olivier Sallou <osallou at debian.org> Thu, 29 May 2014 15:07:28 +0200
Modified: trunk/packages/mapsembler2/trunk/debian/docs
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/docs 2014-08-18 15:11:48 UTC (rev 17764)
+++ trunk/packages/mapsembler2/trunk/debian/docs 2014-08-18 15:30:32 UTC (rev 17765)
@@ -0,0 +1 @@
+LICENSE.md
Modified: trunk/packages/mapsembler2/trunk/debian/patches/series
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/patches/series 2014-08-18 15:11:48 UTC (rev 17764)
+++ trunk/packages/mapsembler2/trunk/debian/patches/series 2014-08-18 15:30:32 UTC (rev 17765)
@@ -1 +0,0 @@
-fix_makefile
Modified: trunk/packages/mapsembler2/trunk/debian/rules
===================================================================
--- trunk/packages/mapsembler2/trunk/debian/rules 2014-08-18 15:11:48 UTC (rev 17764)
+++ trunk/packages/mapsembler2/trunk/debian/rules 2014-08-18 15:30:32 UTC (rev 17765)
@@ -12,17 +12,27 @@
uscan --verbose --force-download
override_dh_auto_build:
- dh_auto_build
- cd maps && make
+ #dh_auto_build
+ mkdir mapsembler2_extremities/build
+ cd mapsembler2_extremities/build && cmake .. && make
+ cd mapsembler2_extend && make k=29
+ cd kissreads_graph && make k=29
+ cd kissreads && make k=29
+ #cd maps && make
override_dh_clean:
- cd maps && make clean
- rm -f maps/mapsembler
+ rm -rf mapsembler2_extremities/build
+ cd mapsembler2_extend && make clean
+ cd kissreads_graph && make clean
+ cd kissreads && make clean
+
+ #cd maps && make clean
+ #rm -f maps/mapsembler
rm -f mapsembler.1
dh_clean
override_dh_install:
- help2man --help-option=-h --no-discard-stderr --version-string=$(SRC_VERSION) ./maps/mapsembler > mapsembler.1
+ #help2man --help-option=-h --no-discard-stderr --version-string=$(SRC_VERSION) ./maps/mapsembler > mapsembler.1
dh_install
More information about the debian-med-commit
mailing list