Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
debhelper 11
· 0c4b4241
Andreas Tille
authored
Jan 10, 2019
0c4b4241
Point Vcs fields to salsa.debian.org
· 3afcb1c8
Andreas Tille
authored
Jan 10, 2019
3afcb1c8
Standards-Version: 4.3.0
· eabdbac1
Andreas Tille
authored
Jan 10, 2019
eabdbac1
Secure URI in copyright format
· 6ae4da85
Andreas Tille
authored
Jan 10, 2019
6ae4da85
Remove trailing whitespace in debian/changelog
· 027dd657
Andreas Tille
authored
Jan 10, 2019
027dd657
Remove trailing whitespace in debian/copyright
· 14a44e77
Andreas Tille
authored
Jan 10, 2019
14a44e77
Remove trailing whitespace in debian/rules
· 8c90b9e6
Andreas Tille
authored
Jan 10, 2019
8c90b9e6
Upload to unstable
· fdc32bb8
Andreas Tille
authored
Jan 10, 2019
fdc32bb8
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
fdc32bb8
ginkgocadx (3.8.7-2) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.3.0
* Secure URI in copyright format
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
* Remove trailing whitespace in debian/rules
-- Andreas Tille <tille@debian.org> Thu, 10 Jan 2019 10:49:53 +0100
ginkgocadx (3.8.7-1) unstable; urgency=medium
* New upstream version
...
...
debian/compat
View file @
fdc32bb8
9
11
debian/control
View file @
fdc32bb8
...
...
@@ -5,7 +5,7 @@ Uploaders: Andreas Tille <tille@debian.org>,
Gert Wollny <gewo@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
chrpath,
cmake,
libcairo2-dev,
...
...
@@ -24,9 +24,9 @@ Build-Depends: debhelper (>= 9),
libwxgtk3.0-dev,
libxml2-dev,
libgdcm-tools
Standards-Version: 4.
1
.0
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/ginkgocadx
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/ginkgocadx.git
Standards-Version: 4.
3
.0
Vcs-Browser: https://
salsa
.debian.org/
med-team
/ginkgocadx
Vcs-Git: https://
salsa
.debian.org/
med-team
/ginkgocadx.git
Homepage: http://ginkgo-cadx.com/
Package: ginkgocadx
...
...
debian/copyright
View file @
fdc32bb8
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: Ginkgo CADx
Upstream-Contact: Gert Wollny <gw.fossdev@gmail.com
Source: https://github.com/gerddie/ginkgocadx
...
...
debian/rules
View file @
fdc32bb8
...
...
@@ -15,7 +15,7 @@ export DEB_LDFLAGS_MAINT_APPEND= -Wl,--as-needed
export
DEB_CPPFLAGS_MAINT_APPEND
=
-DNDEBUG
%
:
dh
$@
--parallel
dh
$@
## avoid post{inst|rm}-useless-call-to-ldconfig
override_dh_makeshlibs
:
...
...