[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 833f2606e15f917cb9691ed3d620f80e1c658181
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Sat Apr 16 11:34:41 2011 +0200

    Fixed d/changelog and substvars declaration

diff --git a/debian/changelog b/debian/changelog
index 8225020..d15da0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-proftpd-mod-vroot (0.9.2) unstable; urgency=low
+proftpd-mod-vroot (0.9.2-1) unstable; urgency=low
 
   * Initial Release. (closes: #618765)
 
diff --git a/debian/control b/debian/control
index 18aff9d..f8cf825 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Fabrizio Regalli <fabreg at fabreg.it>,
     Francesco Paolo Lovergine <frankie at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), proftpd-dev (>= 1.3.3d-5~), libacl1-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://www.castaglia.org/proftpd/modules/mod_vroot.html
 Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-mod-vroot.git
 Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-mod-vroot.git;a=summary
diff --git a/debian/rules b/debian/rules
index 31bb8ce..4c07f78 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,14 +16,14 @@ override_dh_auto_install:
 	DESTDIR=$(CURDIR)/debian/$(DEBNAME) prxs -i -c $(MODULE_NAME).c
 
 override_dh_gencontrol:
-	cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/substvars
+	cat /usr/share/proftpd/proftpd-substvars >>$(CURDIR)/debian/$(DEBNAME).substvars
 	dh_gencontrol
 
 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'`
-	$(RM) -rf $(CURDIR)/debian/proftpd-mod-vroot $(CURDIR)/debian/*.log $(CURDIR)/debian/files $(CURDIR)/debian/substvars
+	$(RM) -rf $(CURDIR)/debian/proftpd-mod-vroot $(CURDIR)/debian/*.log $(CURDIR)/debian/files $(CURDIR)/debian/$(DEBNAME).substvars
 
 distclean: clean
 	$(RM) -r .libs/ 

-- 
proftpd module for mod_vroot



More information about the Pkg-proftpd-maintainers mailing list