Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· ea31abc1
Andreas Tille
authored
Jul 05, 2018
ea31abc1
Point Vcs fields to salsa.debian.org
· a3c7d1b1
Andreas Tille
authored
Jul 05, 2018
a3c7d1b1
Standards-Version: 4.1.4
· db39cbc2
Andreas Tille
authored
Jul 05, 2018
db39cbc2
debian/gbp.conf: convert to new style
· c6e8bc17
Andreas Tille
authored
Jul 05, 2018
c6e8bc17
Remove -dbg package
· 876b6c2b
Andreas Tille
authored
Jul 05, 2018
876b6c2b
hardening=+all
· 27a6fd89
Andreas Tille
authored
Jul 05, 2018
27a6fd89
Upload to unstable
· f97d0386
Andreas Tille
authored
Jul 05, 2018
f97d0386
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f97d0386
libvistaio (1.2.19-2)
UNRELEASED
; urgency=medium
libvistaio (1.2.19-2)
unstable
; urgency=medium
* Team upload.
* cme fix dpkg-control
-- Andreas Tille <tille@debian.org> Sun, 01 Jan 2017 14:06:23 +0100
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* debian/gbp.conf: convert to new style
* Remove -dbg package
* hardening=+all
-- Andreas Tille <tille@debian.org> Thu, 05 Jul 2018 08:35:06 +0200
libvistaio (1.2.19-1) unstable; urgency=medium
...
...
debian/compat
View file @
f97d0386
9
11
debian/control
View file @
f97d0386
...
...
@@ -3,11 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Gert Wollny <gw.fossdev@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9.0.0
),
Build-Depends: debhelper (>=
11~
),
cmake
Standards-Version:
3.9.8
Vcs-Browser: http://
anonscm
.debian.org/
cgit/debian-med
/libvistaio
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libvistaio.git
Standards-Version:
4.1.4
Vcs-Browser: http
s
://
salsa
.debian.org/
med-team
/libvistaio
Vcs-Git: https://
salsa
.debian.org/
med-team
/libvistaio.git
Homepage: http://mia.sourceforge.net
Package: libvistaio-dev
...
...
@@ -36,18 +36,3 @@ Description: Library for loading and storing various types of binary data
files provide an ascii header that makes it easy to get information
about the contens of a file. It supports a variety of data types
like images, vector fields and graphs.
Package: libvistaio14-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
Depends: libvistaio14 (= ${binary:Version}),
${misc:Depends}
Description: Debug information for the libvistaio library
Vistaio is a library that handles loading and storing of data in a
cross-platform manner. Its virtue is that the otherwise binary
files provide an ascii header that makes it easy to get information
about the contens of a file. It supports a variety of data types
like images, vector fields and graphs. This is package containing the
debug information.
debian/gbp.conf
View file @
f97d0386
[
DEFAULT
]
pristine
-
tar
=
True
[
git
-
buildpackage
]
[
buildpackage
]
# use this for more svn-buildpackage like behaviour:
export
-
dir
= ../
build
-
area
/
tarball
-
dir
= ../
tarballs
/
...
...
debian/rules
View file @
f97d0386
...
...
@@ -4,10 +4,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
.PHONY
:
override_dh_strip
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
%
:
dh
$@
override_dh_strip
:
/usr/bin/dh_strip
-plibvistaio14
--dbg-package
=
libvistaio14-dbg