[SCM] proftpd-mod-vroot branch, master, updated. debian/0.9.2-2-2-gf765891
Fabrizio Regalli
fabreg at fabreg.it
Tue Oct 11 12:56:28 UTC 2011
The following commit has been merged in the master branch:
commit 8a67c14ab1dbf3e61c0387c7474a7b78202edc4a
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date: Mon Apr 18 13:17:10 2011 +0200
Added doc-base and dh_clean
diff --git a/debian/changelog b/debian/changelog
index d15da0d..d0b0bcf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
proftpd-mod-vroot (0.9.2-1) unstable; urgency=low
* Initial Release. (closes: #618765)
+ * Added doc-base
+ * Added dh_clean to d/rules
-- Fabrizio Regalli <fabreg at fabreg.it> Thu, 15 Mar 2011 18:14:35 +0100
diff --git a/debian/proftpd-mod-vroot.doc-base b/debian/proftpd-mod-vroot.doc-base
new file mode 100644
index 0000000..8ce9ae0
--- /dev/null
+++ b/debian/proftpd-mod-vroot.doc-base
@@ -0,0 +1,9 @@
+Document: proftpd-mod-vroot
+Title: Documentation for the mod_vroot ProFTPD
+Author:
+Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
+Section: System/Administration
+
+Format: HTML
+Index: /usr/share/doc/proftpd-mod-vroot/mod_vroot.html
+Files: /usr/share/doc/proftpd-mod-vroot/*.html
diff --git a/debian/rules b/debian/rules
index 4c07f78..68b62a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,7 @@ override_dh_gencontrol:
dh_gencontrol
clean:
+ dh_clean
$(RM) $(MODULE_NAME).a *.o *.la *.lo
$(LIBTOOL) --mode=clean $(RM) "$(MODULE_NAME).o"
$(LIBTOOL) --mode=clean $(RM) `echo "$(MODULE_NAME).la" | sed 's/\.la$\/.lo/g'`
--
proftpd module for mod_vroot
More information about the Pkg-proftpd-maintainers
mailing list