Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
debhelper 11
· c425bb4f
Andreas Tille
authored
Jan 07, 2019
c425bb4f
Standards-Version: 4.3.0
· 1c95c7f7
Andreas Tille
authored
Jan 07, 2019
1c95c7f7
Secure URI in copyright format
· dd1d1486
Andreas Tille
authored
Jan 07, 2019
dd1d1486
Remove trailing whitespace in debian/rules
· 3da5fe54
Andreas Tille
authored
Jan 07, 2019
3da5fe54
Drop ancient X-Python-Version field
· 5fb9cf85
Andreas Tille
authored
Jan 07, 2019
5fb9cf85
Fix Vcs-Browser
· 83fb9627
Andreas Tille
authored
Jan 07, 2019
83fb9627
Upload to unstable
· 41eaddb9
Andreas Tille
authored
Jan 07, 2019
41eaddb9
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
41eaddb9
pondus (0.8.0-4) unstable; urgency=medium
* Team upload.
* debhelper 11
* Standards-Version: 4.3.0
* Secure URI in copyright format
* Remove trailing whitespace in debian/rules
* Drop ancient X-Python-Version field
-- Andreas Tille <tille@debian.org> Mon, 07 Jan 2019 13:38:19 +0100
pondus (0.8.0-3) unstable; urgency=medium
* Team upload.
...
...
debian/compat
View file @
41eaddb9
9
11
debian/control
View file @
41eaddb9
...
...
@@ -3,13 +3,12 @@ Maintainer: Debian-Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Eike Nicklas <eike@ephys.de>
Section: x11
Priority: optional
Build-Depends: debhelper (>=
9
),
Build-Depends: debhelper (>=
11~
),
python
Standards-Version: 4.
1.3
Vcs-Browser: https://salsa.debian.org/med-team/pondus
.git
Standards-Version: 4.
3.0
Vcs-Browser: https://salsa.debian.org/med-team/pondus
Vcs-Git: https://salsa.debian.org/med-team/pondus.git
Homepage: http://bitbucket.org/eike/pondus/
X-Python-Version: >= 2.5
Package: pondus
Architecture: all
...
...
debian/copyright
View file @
41eaddb9
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: Pondus
Upstream-Contact: Eike Nicklas <eike@ephys.de>
Source: http://bitbucket.org/eike/pondus/downloads
...
...
debian/rules
View file @
41eaddb9