Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
debhelper 11
· dd8d7b6c
Andreas Tille
authored
Oct 11, 2018
dd8d7b6c
Point Vcs fields to salsa.debian.org
· 18d06f5d
Andreas Tille
authored
Oct 11, 2018
18d06f5d
Standards-Version: 4.2.1
· e8f12093
Andreas Tille
authored
Oct 11, 2018
e8f12093
Remove unused patch
· e38aa470
Andreas Tille
authored
Oct 12, 2018
e38aa470
Upload to unstable
· 0e8025f8
Andreas Tille
authored
Oct 12, 2018
0e8025f8
Expand all
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0e8025f8
libzerg-perl (1.0.4-7) unstable; urgency=medium
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.2.1
-- Andreas Tille <tille@debian.org> Fri, 12 Oct 2018 07:05:51 +0200
libzerg-perl (1.0.4-6) unstable; urgency=medium
* Moved packaging from SVN to Git
...
...
debian/compat
View file @
0e8025f8
1
0
1
1
debian/control
View file @
0e8025f8
...
...
@@ -5,11 +5,11 @@ Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1~
),
libzerg0-dev
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
git/debian-med
/libzerg-perl
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/libzerg-perl.git
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/libzerg-perl
Vcs-Git: https://
salsa
.debian.org/
med-team
/libzerg-perl.git
Homepage: https://tracker.debian.org/libzerg-perl
Package: libzerg-perl
...
...
debian/patches/debian-changes-1.0.4-1
deleted
100644 → 0
View file @
b3652d1f
This diff is collapsed.
Click to expand it.
debian/rules
View file @
0e8025f8
...
...
@@ -8,7 +8,7 @@ export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
%:
dh $@
--parallel
--sourcedirectory=Zerg
dh $@ --sourcedirectory=Zerg
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
...
...