Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
5
debhelper 11
· 380261b3
Andreas Tille
authored
Sep 27, 2018
380261b3
Point Vcs fields to salsa.debian.org
· b1f398d1
Andreas Tille
authored
Sep 27, 2018
b1f398d1
Standards-Version: 4.2.1
· 4a1c9925
Andreas Tille
authored
Sep 27, 2018
4a1c9925
hardening=+all
· b6dc5d8e
Andreas Tille
authored
Sep 27, 2018
b6dc5d8e
Upload to unstable
· 3d0fcfda
Andreas Tille
authored
Sep 27, 2018
3d0fcfda
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
3d0fcfda
poa (2.0+20060928-7) UNRELEASED; urgency=medium
* Team upload.
poa (2.0+20060928-7) unstable; urgency=medium
[ Steffen Moeller ]
* Added ref to OMICtools entry
-- Steffen Moeller <moeller@debian.org> Fri, 21 Jul 2017 12:16:26 +0200
[ Andreas Tille ]
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* hardening=+all
-- Andreas Tille <tille@debian.org> Thu, 27 Sep 2018 21:51:23 +0200
poa (2.0+20060928-6) unstable; urgency=medium
...
...
debian/compat
View file @
3d0fcfda
1
0
1
1
debian/control
View file @
3d0fcfda
...
...
@@ -4,10 +4,10 @@ Uploaders: Charles Plessy <plessy@debian.org>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
)
Standards-Version: 4.
1.0
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med/poa.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/poa.git
Build-Depends: debhelper (>= 1
1~
)
Standards-Version: 4.
2.1
Vcs-Browser: https://
salsa
.debian.org/
med-team/poa
Vcs-Git: https://
salsa
.debian.org/
med-team
/poa.git
Homepage: http://poamsa.sourceforge.net/
Package: poa
...
...
debian/rules
View file @
3d0fcfda
...
...
@@ -4,6 +4,8 @@
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
...
...