Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Fix repack options in watch file
· f24c201e
Andreas Tille
authored
Feb 12, 2018
f24c201e
Standards-Version: 4.1.3
· 9609932c
Andreas Tille
authored
Feb 12, 2018
9609932c
debhelper 11, but easily enable backports
· a7621ce5
Andreas Tille
authored
Feb 12, 2018
a7621ce5
We have 2018 now
· ec39ba57
Andreas Tille
authored
Feb 12, 2018
ec39ba57
Show whitespace changes
Inline
Side-by-side
debian/compat
View file @
ec39ba57
1
0
1
1
debian/control
View file @
ec39ba57
...
...
@@ -3,8 +3,8 @@ Section: science
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: your_ID
Build-Depends: debhelper (>= 1
0
)
Standards-Version: 4.1.
0
Build-Depends: debhelper (>= 1
1~
)
Standards-Version: 4.1.
3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/<pkg>.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/<pkg>.git
Homepage: <homepage>
...
...
debian/copyright
View file @
ec39ba57
...
...
@@ -12,5 +12,5 @@ Copyright: © 20xx-20yy <upstream>
License: <license>
Files: debian/*
Copyright: © 201
7
maintainername <maintainer@e.mail>
Copyright: © 201
8
maintainername <maintainer@e.mail>
License: <license>
debian/watch
View file @
ec39ba57
...
...
@@ -36,7 +36,7 @@ version=4
# debian debian/get-orig-source
# if you need to repack and choose +dfsg prefix
# opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,compress=xz" \
# opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,
repack,
compress
ion
=xz" \
# See also
# https://people.debian.org/~osamu/uscan.html
...
...