Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 1ac64508
Andreas Tille
authored
Jul 03, 2018
1ac64508
Point Vcs fields to salsa.debian.org
· 278cf86c
Andreas Tille
authored
Jul 03, 2018
278cf86c
Standards-Version: 4.1.4
· b0c714a3
Andreas Tille
authored
Jul 03, 2018
b0c714a3
hardening=+all
· 37e62796
Andreas Tille
authored
Jul 03, 2018
37e62796
Upload to unstable
· 8b1605d1
Andreas Tille
authored
Jul 03, 2018
8b1605d1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
8b1605d1
transrate-tools (1.0.0-2)
UNRELEASED
; urgency=medium
transrate-tools (1.0.0-2)
unstable
; urgency=medium
* Team upload.
* Fixed watch file
* cme fix dpkg-control
* debhelper 10
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
* hardening=+all
-- Andreas Tille <tille@debian.org>
Fri
,
1
3 J
an
201
7 14:31:58
+0
1
00
-- Andreas Tille <tille@debian.org>
Tue
,
0
3 J
ul
201
8 22:39:11
+0
2
00
transrate-tools (1.0.0-1) unstable; urgency=low
...
...
debian/compat
View file @
8b1605d1
1
0
1
1
debian/control
View file @
8b1605d1
...
...
@@ -3,14 +3,14 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Michael R. Crusoe <michael.crusoe@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
cmake,
libbamtools-dev (>= 2.4+dfsg-1~),
zlib1g-dev,
help2man
Standards-Version:
3.9.8
Vcs-Browser: http://
anonscm
.debian.org/
cgit/debian-med
/transrate-tools
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/transrate-tools.git
Standards-Version:
4.1.4
Vcs-Browser: http
s
://
salsa
.debian.org/
med-team
/transrate-tools
Vcs-Git: https://
salsa
.debian.org/
med-team
/transrate-tools.git
Homepage: http://hibberdlab.com/transrate/
Package: transrate-tools
...
...
debian/rules
View file @
8b1605d1
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
...
...