[med-svn] r20926 - in trunk/packages/xmedcon/trunk/debian: . patches
Andreas Tille
tille at moszumanska.debian.org
Thu Dec 31 14:05:51 UTC 2015
Author: tille
Date: 2015-12-31 14:05:50 +0000 (Thu, 31 Dec 2015)
New Revision: 20926
Modified:
trunk/packages/xmedcon/trunk/debian/changelog
trunk/packages/xmedcon/trunk/debian/control
trunk/packages/xmedcon/trunk/debian/copyright
trunk/packages/xmedcon/trunk/debian/patches/code-spelling.patch
trunk/packages/xmedcon/trunk/debian/rules
Log:
New upstream version
Modified: trunk/packages/xmedcon/trunk/debian/changelog
===================================================================
--- trunk/packages/xmedcon/trunk/debian/changelog 2015-12-31 13:08:18 UTC (rev 20925)
+++ trunk/packages/xmedcon/trunk/debian/changelog 2015-12-31 14:05:50 UTC (rev 20926)
@@ -1,3 +1,10 @@
+xmedcon (0.14.1-1) unstable; urgency=medium
+
+ * New upstream version
+ * cme fix dpkg-control
+
+ -- Andreas Tille <tille at debian.org> Thu, 31 Dec 2015 14:17:58 +0100
+
xmedcon (0.13.0-2) unstable; urgency=medium
* Fix typo in package description
Modified: trunk/packages/xmedcon/trunk/debian/control
===================================================================
--- trunk/packages/xmedcon/trunk/debian/control 2015-12-31 13:08:18 UTC (rev 20925)
+++ trunk/packages/xmedcon/trunk/debian/control 2015-12-31 14:05:50 UTC (rev 20926)
@@ -11,7 +11,7 @@
libnifti-dev,
autotools-dev,
dh-autoreconf
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/xmedcon/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/xmedcon/trunk/
Homepage: http://xmedcon.sourceforge.net/
@@ -87,4 +87,3 @@
.
This is the program version for X based on GTK+. Processes only one
file at a time.
-
Modified: trunk/packages/xmedcon/trunk/debian/copyright
===================================================================
--- trunk/packages/xmedcon/trunk/debian/copyright 2015-12-31 13:08:18 UTC (rev 20925)
+++ trunk/packages/xmedcon/trunk/debian/copyright 2015-12-31 14:05:50 UTC (rev 20926)
@@ -65,7 +65,7 @@
The whole set of files can be downloaded from
http://www.turkupetcentre.net/programs/libpet_src.zip
-Files: source/m-qmedian.c:
+Files: source/m-qmedian.c
Copyright: © 1988-1997 Sam Leffler
© 1991-1997 Silicon Graphics, Inc.
License: SClicense
Modified: trunk/packages/xmedcon/trunk/debian/patches/code-spelling.patch
===================================================================
--- trunk/packages/xmedcon/trunk/debian/patches/code-spelling.patch 2015-12-31 13:08:18 UTC (rev 20925)
+++ trunk/packages/xmedcon/trunk/debian/patches/code-spelling.patch 2015-12-31 14:05:50 UTC (rev 20926)
@@ -24,7 +24,7 @@
}
--- a/source/m-split.c
+++ b/source/m-split.c
-@@ -286,7 +286,7 @@ char *MdcSplitSlices(FILEINFO *fi, int f
+@@ -289,7 +289,7 @@ char *MdcSplitSlices(FILEINFO *fi, int f
fi->nr_instance = instance;
MdcCleanUpFI(ofi); MdcFree(ofi);
MdcFree(tpath);
@@ -33,7 +33,7 @@
}
MdcCleanUpFI(ofi);
-@@ -374,7 +374,7 @@ char *MdcSplitFrames(FILEINFO *fi, int f
+@@ -380,7 +380,7 @@ char *MdcSplitFrames(FILEINFO *fi, int f
fi->nr_instance = instance;
MdcCleanUpFI(ofi); MdcFree(ofi);
MdcFree(tpath);
Modified: trunk/packages/xmedcon/trunk/debian/rules
===================================================================
--- trunk/packages/xmedcon/trunk/debian/rules 2015-12-31 13:08:18 UTC (rev 20925)
+++ trunk/packages/xmedcon/trunk/debian/rules 2015-12-31 14:05:50 UTC (rev 20926)
@@ -16,3 +16,5 @@
-test -r $(CURDIR)/debian/tmp/etc/xmedcon.png && \
cp -f $(CURDIR)/debian/tmp/etc/xmedcon.png \
$(CURDIR)/debian/xmedcon/usr/share/icons/hicolor/48x48/apps/
+ mkdir -p $(CURDIR)/debian/tmp/etc
+ cp -a etc/xmedconrc.linux $(CURDIR)/debian/tmp/etc/xmedconrc
More information about the debian-med-commit
mailing list