Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
d/p/gcc8: Fix friend declaration, Closes: #897699
· 3e38aff3
Gert Wollny
authored
Jul 22, 2018
3e38aff3
d/* Apply 'cme fix dpkg' correct VCS & standards version
· 0b92b9cb
Gert Wollny
authored
Jul 22, 2018
0b92b9cb
update changfelog for release
· 08c560d7
Gert Wollny
authored
Jul 22, 2018
08c560d7
d/p/po_ Fix spelling
· d2364a5c
Gert Wollny
authored
Jul 22, 2018
d2364a5c
Merge branch 'master' of salsa.debian.org:med-team/aeskulap
· a021a4b8
Gert Wollny
authored
Jul 22, 2018
a021a4b8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
a021a4b8
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 ]
...
...
debian/control
View file @
a021a4b8
...
...
@@ -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
...
...
debian/copyright
View file @
a021a4b8
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: http
s
://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/
...
...
@@ -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'
debian/patches/gcc8-friend-ifx.patch
0 → 100644
View file @
a021a4b8
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;
debian/patches/po_makefile.patch
View file @
a021a4b8
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
...
...
debian/patches/remove-appdata.patch
View file @
a021a4b8
Description: Remove appdata
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -68,8 +68,8 @@
...
...
debian/patches/remove_rpath.patch
View file @
a021a4b8
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 @@
...
...
debian/patches/series
View file @
a021a4b8
...
...
@@ -7,3 +7,4 @@ newDicomElement.patch
GSettings-configuratio-storage.patch
remove-appdata.patch
bundle-glademm.patch
gcc8-friend-ifx.patch