[med-svn] r14648 - in trunk/packages/dssp/trunk/debian: . patches
Maarten Hekkelman
mhekkel-guest at alioth.debian.org
Wed Sep 11 06:50:19 UTC 2013
Author: mhekkel-guest
Date: 2013-09-11 06:50:16 +0000 (Wed, 11 Sep 2013)
New Revision: 14648
Modified:
trunk/packages/dssp/trunk/debian/changelog
trunk/packages/dssp/trunk/debian/patches/makefile
Log:
for release 2.2.1
Modified: trunk/packages/dssp/trunk/debian/changelog
===================================================================
--- trunk/packages/dssp/trunk/debian/changelog 2013-09-11 05:57:08 UTC (rev 14647)
+++ trunk/packages/dssp/trunk/debian/changelog 2013-09-11 06:50:16 UTC (rev 14648)
@@ -1,8 +1,9 @@
-dssp (2.1.0-2) UNRELEASED; urgency=low
+dssp (2.2.1-1) unstable; urgency=low
- * NOT RELEASED YET
+ * Bug fix in mmCIF import code.
+ * New upstream release.
- -- Laszlo Kajan <lkajan at rostlab.org> Thu, 16 May 2013 12:51:17 +0200
+ -- Maarten L. Hekkelman <maarten at hekkelman.com> Wed, 11 Sep 2013 10:00:00 +0200
dssp (2.1.0-1) unstable; urgency=low
Modified: trunk/packages/dssp/trunk/debian/patches/makefile
===================================================================
--- trunk/packages/dssp/trunk/debian/patches/makefile 2013-09-11 05:57:08 UTC (rev 14647)
+++ trunk/packages/dssp/trunk/debian/patches/makefile 2013-09-11 06:50:16 UTC (rev 14648)
@@ -18,7 +18,7 @@
-include make.config
-
- VERSION = 2.1.0
+ VERSION = 2.2.1
DEST_DIR ?= /usr/local
LIB_DIR = $(BOOST_LIB_DIR)
@@ -36,7 +36,7 @@
DEFINES = USE_COMPRESSION LINUX VERSION='"$(VERSION)"'
CXX = g++
@@ -49,22 +47,19 @@
- OBJECTS = $(OBJ_DIR)/mkdssp.o $(OBJ_DIR)/dssp.o $(OBJ_DIR)/primitives-3d.o $(OBJ_DIR)/structure.o $(OBJ_DIR)/utils.o $(OBJ_DIR)/mas.o
+ OBJECTS = $(OBJ_DIR)/mkdssp.o $(OBJ_DIR)/dssp.o $(OBJ_DIR)/primitives-3d.o $(OBJ_DIR)/structure.o $(OBJ_DIR)/utils.o $(OBJ_DIR)/mas.o $(OBJ_DIR)/iocif.o
mkdssp: $(OBJECTS)
- @ echo linking $@
More information about the debian-med-commit
mailing list