Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· 0c9ce800
Andreas Tille
authored
Nov 01, 2018
0c9ce800
Point Vcs fields to salsa.debian.org
· 55b3c5cf
Andreas Tille
authored
Nov 01, 2018
55b3c5cf
Standards-Version: 4.2.1
· 6c4b81f4
Andreas Tille
authored
Nov 01, 2018
6c4b81f4
Remove compression settings from debian/source/options
· 3dddd909
Andreas Tille
authored
Nov 01, 2018
3dddd909
Upload to unstable
· cf2447da
Andreas Tille
authored
Nov 01, 2018
cf2447da
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cf2447da
pcalendar (3.4.1-3) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
* Remove compression settings from debian/source/options
-- Andreas Tille <tille@debian.org> Thu, 01 Nov 2018 09:35:38 +0100
pcalendar (3.4.1-2) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
cf2447da
1
0
1
1
debian/control
View file @
cf2447da
...
...
@@ -4,16 +4,16 @@ Uploaders: Miriam Ruiz <miriam@debian.org>,
Andreas Tille <tille@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
dh-buildinfo,
default-jdk,
javahelper,
ant,
junit4,
libxerces2-java
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/pcalendar
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/pcalendar.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/pcalendar
Vcs-Git: https://
salsa
.debian.org/
med-team
/pcalendar.git
Homepage: http://linuxorg.sourceforge.net/
Package: pcalendar
...
...
debian/source/options
View file @
cf2447da
# Bzip2 compression for debian.tar
compression = "bzip2"
compression-level = 7
# Do not generate diff for changes in config.(sub|guess)
extend-diff-ignore = "(^|/)config.(sub|guess)$"