Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Remove explicit dep on proftpd-basic (>= x.y.z).
· ad08bbae
Hilmar Preuße
authored
Apr 10, 2018
ad08bbae
Ready for unstable
· 86b25281
Francesco Paolo Lovergine
authored
May 01, 2018
86b25281
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
86b25281
proftpd-mod-tar (0.3.3-2)
UNRELEASED
; urgency=low
proftpd-mod-tar (0.3.3-2)
unstable
; urgency=low
* Removing libacl1-dev as BD and increasing proftpd-dev to (>= 1.3.4~rc3-2~)
...
...
@@ -8,8 +8,14 @@ proftpd-mod-tar (0.3.3-2) UNRELEASED; urgency=low
* d/rules: overhaul clean target to make it work
* package-uses-deprecated-debhelper-compat-version 7
* ancient-standards-version 3.9.2
* Remove explicit dep on proftpd-basic (>= x.y.z), leave that job
to ${proftpd:Depends}.
-- Fabrizio Regalli <fabreg@fabreg.it> Thu, 13 Oct 2011 10:37:46 +0200
[ Francesco Paolo Lovergine ]
* Updated Vcs-* fields
* Policy bumped to 4.1.4. No changes needed.
-- Francesco Paolo Lovergine <frankie@debian.org> Tue, 01 May 2018 12:05:07 +0200
proftpd-mod-tar (0.3.3-1) unstable; urgency=low
...
...
debian/control
View file @
86b25281
...
...
@@ -5,15 +5,14 @@ Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers@lists.alioth.debi
Uploaders: Fabrizio Regalli <fabreg@fabreg.it>,
Francesco Paolo Lovergine <frankie@debian.org>
Build-Depends: debhelper (>= 9~), libtar-dev, proftpd-dev (>= 1.3.4~rc3-2~), libbz2-dev, zlib1g-dev
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
Homepage: http://www.castaglia.org/proftpd/modules/mod_tar.html
Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-tar.git
Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-tar.git;a=summary
Vcs-Browser: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-tar
Vcs-Git: https://salsa.debian.org/debian-proftpd-team/proftpd-mod-tar.git
Package: proftpd-mod-tar
Architecture: any
Depends:
proftpd-basic (>= 1.3.3d-4~),
${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}, ${proftpd:Depends}
Description: ProFTPD module mod_tar
The mod_tar module supports on-the-fly creation of tar files,
Whenever a client attempts to download a directory as a tar file,
...
...