[SCM] proftpd-mod-geoip branch, master, updated. 0a39b28e3636bbc542b3a58ec2107272d721f22a

Fabrizio Regalli fabreg at fabreg.it
Mon Mar 14 23:39:32 UTC 2011


The following commit has been merged in the master branch:
commit f2e0c6c11776d39f152289ee25f95762395a22a5
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Tue Mar 15 00:32:35 2011 +0100

    Added doc-base and fix d/rules for clean log and substvars

diff --git a/debian/proftpd-mod-geoip.doc-base b/debian/proftpd-mod-geoip.doc-base
new file mode 100644
index 0000000..8be4356
--- /dev/null
+++ b/debian/proftpd-mod-geoip.doc-base
@@ -0,0 +1,10 @@
+Document: proftpd-mod-geoip
+Title: Documentation for the mod_geoip ProFTPD
+Author: 
+Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
+Section: System/Administration
+
+Format: HTML
+Index: /usr/share/doc/proftpd-mod-geoip/mod_geoip.html
+Files: /usr/share/doc/proftpd-mod-geoip/*.html
+
diff --git a/debian/proftpd-mod-geoip/DEBIAN/control b/debian/proftpd-mod-geoip/DEBIAN/control
new file mode 100644
index 0000000..6bf726a
--- /dev/null
+++ b/debian/proftpd-mod-geoip/DEBIAN/control
@@ -0,0 +1,13 @@
+Package: proftpd-mod-geoip
+Version: 0.2
+Architecture: i386
+Maintainer: ProFTPD Maintainance Team <pkg-proftpd-maintainers at lists.alioth.debian.org>
+Installed-Size: 120
+Depends: proftpd-basic (>= 1.3.2c), libc6 (>= 2.3.4), libgeoip1 (>= 1.4.7~beta11+dfsg)
+Section: net
+Priority: optional
+Homepage: http://www.castaglia.org/proftpd/modules/mod_geoip.html
+Description: proftpd mod_geoip
+ This is mod_geoip module for profptd.
+ The mod_geoip module uses the GeoIP library from MaxMind
+ to look up various geographic information for a connecting client
diff --git a/debian/proftpd-mod-geoip/DEBIAN/md5sums b/debian/proftpd-mod-geoip/DEBIAN/md5sums
new file mode 100644
index 0000000..dc59d5e
--- /dev/null
+++ b/debian/proftpd-mod-geoip/DEBIAN/md5sums
@@ -0,0 +1,7 @@
+6e9cbabe8e15c1f19706b394135415b9  usr/lib/proftpd/mod_geoip.a
+7822ed3d305c9dbe33f5221c8289fb91  usr/lib/proftpd/mod_geoip.la
+527b8be835c017e83654f8fed62ce668  usr/lib/proftpd/mod_geoip.so
+4c307aaeb2c9cc78bf0af2d6fd766128  usr/share/doc-base/proftpd-mod-geoip
+a2bc43979ba9bc4ba6a20ae575b54950  usr/share/doc/proftpd-mod-geoip/changelog.gz
+480322a48627321e831cadde48420188  usr/share/doc/proftpd-mod-geoip/copyright
+2be9b6cd0b14c319d19bdbcd3c1f3c84  usr/share/doc/proftpd-mod-geoip/mod_geoip.html
diff --git a/debian/proftpd-mod-geoip.postrm b/debian/proftpd-mod-geoip/DEBIAN/postrm
old mode 100644
new mode 100755
similarity index 91%
copy from debian/proftpd-mod-geoip.postrm
copy to debian/proftpd-mod-geoip/DEBIAN/postrm
index c889943..392bdbe
--- a/debian/proftpd-mod-geoip.postrm
+++ b/debian/proftpd-mod-geoip/DEBIAN/postrm
@@ -7,5 +7,5 @@ if [ -d /usr/lib/proftpd ]; then
 	rm -f /usr/lib/proftpd/mod_geoip.so
 fi
 
-#DEBHELPER#
+
 
diff --git a/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.a b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.a
new file mode 100644
index 0000000..3db64d3
Binary files /dev/null and b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.a differ
diff --git a/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.la b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.la
new file mode 100644
index 0000000..1b1664b
--- /dev/null
+++ b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.la
@@ -0,0 +1,41 @@
+# mod_geoip.la - a libtool library file
+# Generated by ltmain.sh (GNU libtool) 2.2.6b Debian-2.2.6b-2
+#
+# Please DO NOT delete this file!
+# It is necessary for linking the library.
+
+# The name that we can dlopen(3).
+dlname='mod_geoip.so'
+
+# Names of this library.
+library_names='mod_geoip.so mod_geoip.so mod_geoip.so'
+
+# The name of the static archive.
+old_library='mod_geoip.a'
+
+# Linker flags that can not go in dependency_libs.
+inherited_linker_flags=''
+
+# Libraries that this one depends upon.
+dependency_libs=' -lGeoIP'
+
+# Names of additional weak libraries provided by this library
+weak_library_names=''
+
+# Version information for mod_geoip.
+current=0
+age=0
+revision=0
+
+# Is this an already installed library?
+installed=yes
+
+# Should we warn about portability when linking against -modules?
+shouldnotlink=yes
+
+# Files to dlopen/dlpreopen
+dlopen=''
+dlpreopen=''
+
+# Directory that this library needs to be installed in:
+libdir='/usr/lib/proftpd'
diff --git a/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.so b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.so
new file mode 100644
index 0000000..01cbf2d
Binary files /dev/null and b/debian/proftpd-mod-geoip/usr/lib/proftpd/mod_geoip.so differ
diff --git a/debian/proftpd-mod-geoip/usr/share/doc-base/proftpd-mod-geoip b/debian/proftpd-mod-geoip/usr/share/doc-base/proftpd-mod-geoip
new file mode 100644
index 0000000..8be4356
--- /dev/null
+++ b/debian/proftpd-mod-geoip/usr/share/doc-base/proftpd-mod-geoip
@@ -0,0 +1,10 @@
+Document: proftpd-mod-geoip
+Title: Documentation for the mod_geoip ProFTPD
+Author: 
+Abstract: Configuration reference, modules documentation, FAQs and HOWTOs
+Section: System/Administration
+
+Format: HTML
+Index: /usr/share/doc/proftpd-mod-geoip/mod_geoip.html
+Files: /usr/share/doc/proftpd-mod-geoip/*.html
+
diff --git a/debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/changelog.gz b/debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/changelog.gz
new file mode 100644
index 0000000..a691f6f
Binary files /dev/null and b/debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/changelog.gz differ
diff --git a/debian/copyright b/debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/copyright
similarity index 100%
copy from debian/copyright
copy to debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/copyright
diff --git a/mod_geoip.html b/debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/mod_geoip.html
similarity index 100%
copy from mod_geoip.html
copy to debian/proftpd-mod-geoip/usr/share/doc/proftpd-mod-geoip/mod_geoip.html
diff --git a/debian/rules b/debian/rules
index 316b12c..5d31134 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ 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) $(CURDIR)/debian/*.log $(CURDIR)/debian/files $(CURDIR)/debian/*.substvars
 
 distclean: clean
 	$(RM) -r .libs/ 

-- 
mod_geoip for proftpd



More information about the Pkg-proftpd-maintainers mailing list