[SCM] proftpd-dfsg branch, master, updated. debian/1.3.3a-6-34-g606878a
Francesco Paolo Lovergine
frankie at debian.org
Thu Mar 17 12:11:39 UTC 2011
The following commit has been merged in the master branch:
commit 606878aee485f6e4f356d71d6e393f0673b90345
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Thu Mar 17 13:11:05 2011 +0100
Fixed typos about substvars.
diff --git a/debian/changelog b/debian/changelog
index 2fd300e..f24aa11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -45,8 +45,10 @@ proftpd-dfsg (1.3.4~rc1+20110317-1) unstable; urgency=low
* Patch use_hypen_in_manpage.patch: dropped extension.
* Now debian/control is also a phony target.
* Now clean target does not remove upstream files to be more nice against gbp.
+ * Fixed a typo in debian/proftpd-substvars.in and regenerated the template.
+ * Fixed a typo in proftpd-dev.README.Debian
- -- Francesco Paolo Lovergine <frankie at debian.org> Thu, 17 Mar 2011 11:05:31 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Thu, 17 Mar 2011 13:09:12 +0100
proftpd-dfsg (1.3.3d-4) unstable; urgency=high
diff --git a/debian/proftpd-dev.README.Debian b/debian/proftpd-dev.README.Debian
index e8ec425..66ab938 100644
--- a/debian/proftpd-dev.README.Debian
+++ b/debian/proftpd-dev.README.Debian
@@ -12,12 +12,12 @@ The resulting module mod_foo.so is strictly binary-dependent on the specific
version of proftpd you used to build it by prxs. If you prefer creating
a deb source package Debian proftpd-dev package provides
- /usr/share/proftpd/proftpd.substvars
+ /usr/share/proftpd/proftpd-substvars
which can be used to introduce a dependency on ${proftpd:Depends} in
your debian/control for foo binary package. You have to add its contents
to a debian/<foo>.substvars or debian/substvars with a command like
- cat /usr/share/proftpd/proftpd.substvars >>debian/<foo>.substvars
+ cat /usr/share/proftpd/proftpd-substvars >>debian/<foo>.substvars
just before calling dh_gencontrol or dpkg-gencontrol.
diff --git a/debian/proftpd-substvars b/debian/proftpd-substvars
index 1909836..7e2dc47 100644
--- a/debian/proftpd-substvars
+++ b/debian/proftpd-substvars
@@ -1 +1 @@
-proftpd:depends=proftpd-abi-1.3.4rc2
+proftpd:Depends=proftpd-abi-1.3.4rc2
diff --git a/debian/proftpd-substvars.in b/debian/proftpd-substvars.in
index 060ee9b..2576756 100644
--- a/debian/proftpd-substvars.in
+++ b/debian/proftpd-substvars.in
@@ -1 +1 @@
-proftpd:depends=proftpd-abi- at VERSION@
+proftpd:Depends=proftpd-abi- at VERSION@
--
ProFTPD core package
More information about the Pkg-proftpd-maintainers
mailing list