Skip to content
Commits on Source (5)
aeskulap (0.2.2b1+git20161206-5) unstable; urgency=medium
* d/p/gcc8: Fix friend declaration, Closes: #897699
* d/* Apply 'cme fix dpkg'
- correct VCS
- bump standards version to 4.1.5 (no changes needed)
-- Gert Wollny <gewo@debian.org> Sun, 22 Jul 2018 13:43:24 +0200
aeskulap (0.2.2b1+git20161206-4) unstable; urgency=medium
[ Andreas Tille ]
......
Source: aeskulap
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
Gert Wollny <gewo@debian.org>
Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
......@@ -11,9 +11,9 @@ Build-Depends: debhelper (>= 10),
intltool,
libdcmtk-dev,
libtiff-dev
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/aeskulap.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/aeskulap.git
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/med-team/aeskulap
Vcs-Git: https://salsa.debian.org/med-team/aeskulap.git
Homepage: http://aeskulap.nongnu.org
Package: aeskulap
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Aeskulap
Upstream-Contact: Alexander Pipelka <pipelka@teleweb.at>
Source: http://www.bms-austria.com/~pipelka/aeskulap/
......@@ -38,8 +38,8 @@ Files: debian/*
Copyright: 2007-2012 Andreas Tille <tille@debian.org>
License: GPL-2
Files: debian/bundle-glademm.patch
Copyright: 2001 Free Software Foundation
Files: debian/bundle-glademm.patch
Copyright: 2001 Free Software Foundation
2002 The libglademm Development Team
License: LGPL-2.0
......@@ -50,4 +50,3 @@ License: GPL-2
License: LGPL-2.0
On Debian GNU/Linux you can find these licenses under
`/usr/share/common-licenses/LGPL-2.1'
Author: Gert Wollny <gewo@debian.org>
Description: Fix friend function declaration for g++8
Debian-Bug: https://bugs.debian.org/897699
--- a/imagepool/poolinstance.h
+++ b/imagepool/poolinstance.h
@@ -43,7 +43,7 @@
Instance(const std::string& sopinstanceuid);
- friend void ImagePool::remove_instance(const Glib::RefPtr<ImagePool::Instance>&);
+ friend void remove_instance(const Glib::RefPtr<ImagePool::Instance>&);
friend class ImagePool::Loader;
Author: Gert Wollny <gw.fossdev@gmail.com>
Last-Update: Thu, 06 Dec 2016 22:18:10 +0100
Description: reintroduce the po/Makefile.in.in
It is is required but was dropped from the upstream code.
It is required but was dropped from the upstream code.
--- /dev/null
+++ b/po/Makefile.in.in
......
Description: Remove appdata
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,8 +68,8 @@
......
Description: Do not use rpath
Bug-Debian: https://bugs.debian.org/731952
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 12 Dec 2013 09:43:10 +0100
Bug-Debian: http://bugs.debian.org/731952
Description: Do not use rpath
--- a/configure.ac
+++ b/configure.ac
@@ -115,7 +115,7 @@
......
......@@ -7,3 +7,4 @@ newDicomElement.patch
GSettings-configuratio-storage.patch
remove-appdata.patch
bundle-glademm.patch
gcc8-friend-ifx.patch