Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
debhelper 11
· 0f4e1d2f
Andreas Tille
authored
Oct 30, 2018
0f4e1d2f
Point Vcs fields to salsa.debian.org
· 708ce714
Andreas Tille
authored
Oct 30, 2018
708ce714
Standards-Version: 4.2.1
· b6888e9c
Andreas Tille
authored
Oct 30, 2018
b6888e9c
Secure URI in copyright format
· a15e7032
Andreas Tille
authored
Oct 30, 2018
a15e7032
hardening=+all
· 779aa994
Andreas Tille
authored
Oct 30, 2018
779aa994
Upload to unstable
· c4a4a2cb
Andreas Tille
authored
Oct 30, 2018
c4a4a2cb
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c4a4a2cb
aghermann (1.1.2-1)
UNRELEASED
; urgency=medium
aghermann (1.1.2-1)
unstable
; urgency=medium
* Team upload.
* New upstream version
* Team maintenance in Debian Med team
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Secure URI in copyright format
* hardening=+all
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 08:
1
5:5
4
+0100
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 08:5
4
:5
2
+0100
aghermann (1.1.1-1) unstable; urgency=low
...
...
debian/compat
View file @
c4a4a2cb
9
11
debian/control
View file @
c4a4a2cb
Source: aghermann
Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andrei Zavada <johnhommer@gmail.com>
Build-Depends: debhelper (>= 9), dh-autoreconf,
autoconf-archive, pkg-config, libgomp1, libconfig++-dev, libgsl-dev, libfftw3-dev,
libsamplerate0-dev (>= 0.1.7), libgtk-3-dev, libitpp-dev, libvte-2.91-dev,
liblua5.2-dev, lua5.2, libxml2-utils
Standards-Version: 3.9.8
Section: science
Priority: optional
Build-Depends: debhelper (>= 11~),
autoconf-archive,
pkg-config,
libgomp1,
libconfig++-dev,
libgsl-dev,
libfftw3-dev,
libsamplerate0-dev,
libgtk-3-dev,
libitpp-dev,
libvte-2.91-dev,
liblua5.2-dev,
lua5.2,
libxml2-utils
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/aghermann
Vcs-Git: https://salsa.debian.org/med-team/aghermann.git
Homepage: http://johnhommer.com/academic/code/aghermann
Vcs-Git: git://git.debian.org/git/debian-med/aghermann.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/aghermann.git
Package: aghermann
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Suggests: edfbrowser
Description: Sleep-research experiment manager
Aghermann is a program designed around a common workflow in
...
...
debian/copyright
View file @
c4a4a2cb
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: Aghermann
Upstream-Contact: Andrei Zavada <johnhommer@gmail.com>
Source: http://johnhommer.com/academic/code/aghermann/source/
...
...
debian/rules
View file @
c4a4a2cb
...
...
@@ -4,8 +4,10 @@
DPKG_EXPORT_BUILDFLAGS
=
1
include
/usr/share/dpkg/buildflags.mk
export
DEB_BUILD_MAINT_OPTIONS
=
hardening
=
+all
%
:
dh
$@
--with
autoreconf
dh
$@
override_dh_clean
:
rm
-f
config.log
...
...