[med-svn] r21457 - trunk/packages/ginkgocadx/trunk/debian
Gert Wollny
gert-guest at moszumanska.debian.org
Tue Feb 23 12:55:17 UTC 2016
Author: gert-guest
Date: 2016-02-23 12:55:16 +0000 (Tue, 23 Feb 2016)
New Revision: 21457
Removed:
trunk/packages/ginkgocadx/trunk/debian/patches/
Modified:
trunk/packages/ginkgocadx/trunk/debian/changelog
trunk/packages/ginkgocadx/trunk/debian/control
trunk/packages/ginkgocadx/trunk/debian/copyright
trunk/packages/ginkgocadx/trunk/debian/rules
trunk/packages/ginkgocadx/trunk/debian/watch
Log:
Update to the new upstream version
Modified: trunk/packages/ginkgocadx/trunk/debian/changelog
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/changelog 2016-02-23 08:48:57 UTC (rev 21456)
+++ trunk/packages/ginkgocadx/trunk/debian/changelog 2016-02-23 12:55:16 UTC (rev 21457)
@@ -1,3 +1,9 @@
+ginkgocadx (3.7.2-1) UNRELEASED; urgency=medium
+
+ * New (forked) upstream Closes: #805170 Closes: #800025
+
+ -- Gert Wollny <gw.fossdev at gmail.com> Tue, 23 Feb 2016 12:35:48 +0000
+
ginkgocadx (3.7.1.1573.41+dfsg-5) experimental; urgency=medium
[Team upload]
Modified: trunk/packages/ginkgocadx/trunk/debian/control
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/control 2016-02-23 08:48:57 UTC (rev 21456)
+++ trunk/packages/ginkgocadx/trunk/debian/control 2016-02-23 12:55:16 UTC (rev 21457)
@@ -24,12 +24,8 @@
,libwrap0-dev
,libwxgtk3.0-dev (>= 3.0.1-2~)
,libxml2-dev
-# upstream build system also checking for presence of the following packages
-# that apparently are not used:
-# ,libgdcm-tools
-# ,libvtk5-qt4-dev
-# ,libvtkgdcm2-dev
-Standards-Version: 3.9.6
+ ,libgdcm-tools
+Standards-Version: 3.9.7
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/ginkgocadx/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/ginkgocadx/trunk/
Homepage: http://ginkgo-cadx.com/
@@ -54,26 +50,3 @@
- Automatic retinal analysis diagnostics.
- Psoriasis automatic diagnostics.
-#Package: ginkgocadx-dbg
-#Section: debug
-#Priority: extra
-#Architecture: any
-#Depends: ginkgocadx (= ${binary:Version}), ${misc:Depends}
-#Description: ginkgocadx -- debugging symbols
-# Ginkgo CADx provides a complete DICOM viewer solution with advanced
-# capabilities and support for extensions.
-# .
-# * Easy and customizable interface through profiles.
-# * Full featured DICOM image visualization.
-# * Complete tool set (measure, markers, text, ...).
-# * Multiple modalities support (Neurological, Radiological, Dermatological,
-# Ophthalmological, Ultrasound, Endoscopy, ...)
-# * Dicomization support from JPEG, PNG, GIF and TIFF.
-# * Full EMH integration support: HL7 standard and IHE compliant workflows.
-# * PACS Workstation (C-FIND, C-MOVE, C-STORE...)
-# * Extensible through custom extensions.
-# - Retinal image mosaic composition.
-# - Automatic retinal analysis diagnostics.
-# - Psoriasis automatic diagnostics.
-# .
-# This package provides debugging symbols
Modified: trunk/packages/ginkgocadx/trunk/debian/copyright
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/copyright 2016-02-23 08:48:57 UTC (rev 21456)
+++ trunk/packages/ginkgocadx/trunk/debian/copyright 2016-02-23 12:55:16 UTC (rev 21457)
@@ -2,9 +2,9 @@
Upstream-Name: Ginkgo CADx
Upstream-Contact: Carlos Barrales <carlos.barrales at metaemotion.com>
Source: http://sourceforge.net/projects/ginkgocadx/
-Files-Excluded: src/cadxcore/jsoncpp
Files: *
+Copyright: 2015-2016 Gert Wollny
Copyright: 2011 MetaEmotion Healthcare. http://healthcare.metaemotion.com
2008-2014 MetaEmotion S. L. http://ginkgo-cadx.com
License: LGPL-3+
Modified: trunk/packages/ginkgocadx/trunk/debian/rules
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/rules 2016-02-23 08:48:57 UTC (rev 21456)
+++ trunk/packages/ginkgocadx/trunk/debian/rules 2016-02-23 12:55:16 UTC (rev 21457)
@@ -12,62 +12,12 @@
## (This is necessary to avoid segfaults with wx3.0).
export DEB_CPPFLAGS_MAINT_APPEND=-DNDEBUG
-PKD = $(abspath $(dir $(MAKEFILE_LIST)))
-PKG = $(word 2,$(shell dpkg-parsechangelog -l$(PKD)/changelog | grep ^Source))
-VER ?= $(shell dpkg-parsechangelog -l$(PKD)/changelog | perl -ne 'print $$1 if m{Version:\s*([\d\.]+)}')
-
-DH=--buildsystem=cmake --sourcedirectory=src --parallel
%:
- dh $@ $(DH)
+ dh $@ --parallel
-override_dh_auto_configure:
- dh_auto_configure $(DH) -- \
- -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
- -DCMAKE_CXX_FLAGS_RELEASE="$(CXXFLAGS) $(CPPFLAGS)" \
- -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="$(CXXFLAGS) $(CPPFLAGS)"
-
-override_dh_auto_install:
- dh_auto_install $(DH) --destdir=$(CURDIR)/debian/tmp
-
- ## Hack around useless rpath definitions
- #/usr/bin/chrpath -r /usr/lib/ginkgocadx debian/$(PKG)/usr/bin/$(PKG)
-
override_dh_installchangelogs:
dh_installchangelogs changelog_opensource.txt
## avoid post{inst|rm}-useless-call-to-ldconfig
override_dh_makeshlibs:
dh_makeshlibs --noscripts
-
-override_dh_strip:
- [ -d "$(CURDIR)/debian/$(PKG)-dbg" ] \
- && dh_strip --dbg-package=$(PKG)-dbg \
- || dh_strip
-
-get-orig-source:
- uscan --verbose --force-download --repack --compress xz
-
-## http://wiki.debian.org/onlyjob/get-orig-source
-## A. Tille: I prefer using uscan + Files-Excluded. Thus I wrote upstream
-## about default tarball layout
-DTYPE := +dfsg
-get-orig-source_old: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
- @
-
-$(PKG)_$(VER)$(DTYPE).orig.tar.xz:
- @echo "# Downloading..."
- uscan --noconf --verbose --rename --destdir=$(CURDIR) --check-dirname-level=0 --force-download --download-version $(VER) $(PKD)
- $(if $(wildcard $(PKG)-$(VER)),$(error $(PKG)-$(VER) exist, aborting..))
- @echo "# Extracting..."
- mkdir $(PKG)-$(VER) \
- && tar -xf $(PKG)_$(VER).orig.tar.* --directory $(PKG)-$(VER) --strip-components 2 \
- || $(RM) -r $(PKG)-$(VER)
- @echo "# Clean-up..."
- cd $(PKG)-$(VER) \
- && $(RM) -r -v src/cadxcore/jsoncpp
- @echo "# Correcting permissions..."
- find $(PKG)-$(VER) -type f -executable -exec chmod --changes a-x '{}' \;
- @echo "# Packing..."
- find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
- | XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \
- && $(RM) -r "$(PKG)-$(VER)"
Modified: trunk/packages/ginkgocadx/trunk/debian/watch
===================================================================
--- trunk/packages/ginkgocadx/trunk/debian/watch 2016-02-23 08:48:57 UTC (rev 21456)
+++ trunk/packages/ginkgocadx/trunk/debian/watch 2016-02-23 12:55:16 UTC (rev 21457)
@@ -1,5 +1,3 @@
version=3
-
-## Redirector http://qa.debian.org/watch/sf.php/ginkgocadx
-opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g" \
- http://sf.net/ginkgocadx/ginkgocadx-([0-9.]+)\.(?:tgz|tar\.gz|tar\.xz|tar\.bz2)
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/ginkgocadx-$1\.tar\.gz/ \
+ https://github.com/gerddie/ginkgocadx/tags .*/v?(\d\S*)\.tar\.gz
More information about the debian-med-commit
mailing list