Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· fb2a689d
Andreas Tille
authored
Oct 27, 2018
fb2a689d
Point Vcs fields to salsa.debian.org
· 04fda04b
Andreas Tille
authored
Oct 27, 2018
04fda04b
Standards-Version: 4.2.1
· 6d1c5a14
Andreas Tille
authored
Oct 27, 2018
6d1c5a14
Secure URI in copyright format
· 5f566ca8
Andreas Tille
authored
Oct 27, 2018
5f566ca8
Remove trailing whitespace in debian/control
· cf95fa5b
Andreas Tille
authored
Oct 27, 2018
cf95fa5b
Remove trailing whitespace in debian/rules
· 254f88aa
Andreas Tille
authored
Oct 27, 2018
254f88aa
Packaging was never ITPed and it was forgotten why it was initially injected into Git
· 2511b419
Andreas Tille
authored
Oct 27, 2018
2511b419
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
2511b419
asmlib (0.1-1)
unstable
; urgency=medium
asmlib (0.1-1)
UNRELEASED
; urgency=medium
* Initial release (Closes: #
1234
)
* Initial release (Closes: #
????
)
-- Jorge Soares <j.s.soares@gmail.com>
Mon, 03 Nov
201
4
1
4:46:5
4 +0200
-- Jorge Soares <j.s.soares@gmail.com>
Sat, 27 Oct
201
8
1
7:07:2
4 +0200
debian/compat
View file @
2511b419
9
11
debian/control
View file @
2511b419
...
...
@@ -4,11 +4,12 @@ Uploaders: Andreas Tille <tille@debian.org>,
Jorge Soares <j.s.soares@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
d-shlibs,
yasm
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/asmlib.git
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/asmlib
Vcs-Git: https://salsa.debian.org/med-team/asmlib.git
Homepage: https://github.com/js21/asmlib
Package: asmlib
...
...
debian/copyright
View file @
2511b419
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: KMC
Source: https://github.com/js21/kmc
...
...
debian/rules
View file @
2511b419