[SCM] lighty-stats packaging branch, master, updated. 59f9cf76f569b8e663592f93808fb6463595c1a0

Maximilian Gass mxey at ghosthacking.net
Mon Jul 27 11:13:06 UTC 2009


The following commit has been merged in the master branch:
commit 59f9cf76f569b8e663592f93808fb6463595c1a0
Author: Maximilian Gass <mxey at ghosthacking.net>
Date:   Mon Jul 27 13:12:55 2009 +0200

    Added initial debianization

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2f7736c
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+lighty-stats (0.3.5-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #508891)
+
+ -- Maximilian Gass <mxey at cloudconnected.org>  Mon, 27 Jul 2009 12:57:44 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..07543b9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: lighty-stats
+Section: web
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Maximilian Gass <mxey at cloudconnected.org>
+Standards-Version: 3.8.2
+Homepage: https://derf.homelinux.org/~derf/projects/lighty-stats/
+Vcs-Git: git://git.debian.org/git/pkg-perl/apps/lighty-stats.git
+Vcs-Browser: http://git.debian.org/?p=pkg-perl/apps/lighty-stats.git;a=summary
+
+Package: lighty-stats
+Architecture: all
+Depends: ${misc:Depends}
+Description: lighttpd logfile analyzer
+ lighty-stats is a lighttpd logfile analyzer written in perl
+ .
+ Unlike most other tools it does not generate fancy
+ HTMLs, but instead outputs the stats to STDOUT.
+ .
+ Despite the name, it's not Lighttpd-specific but can parse all the
+ Apache-like formats.
+ .
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fdd0aec
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Copyright: 2008-2009, Daniel Friesel <derf at derf.homelinux.org>
+License: ISC
+
+Files: debian/*
+Copyright: 2009, Maximilian Gass <mxey at cloudconnected.org>
+License: ISC
+
+License: ISC
+    Permission to use, copy, modify, and/or distribute this software for any
+    purpose with or without fee is hereby granted, provided that the above
+    copyright notice and this permission notice appear in all copies.
+
+    THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+    WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+    MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+    ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/lighty-stats.examples b/debian/lighty-stats.examples
new file mode 100644
index 0000000..e1bb7e2
--- /dev/null
+++ b/debian/lighty-stats.examples
@@ -0,0 +1,2 @@
+example/lighty-stats.conf
+provides/zsh/completions/_lighty-stats
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..3a9dab1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+override_dh_auto_install:
+	mkdir -p debian/lighty-stats/usr/bin
+	dh_auto_install -- prefix=debian/lighty-stats/usr
+
+%:
+	dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9ae4d1b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+
+https://derf.homelinux.org/~derf/projects/lighty-stats/ \
+lighty-stats-([\d\.]+)\.tar\.bz2

-- 
lighty-stats packaging



More information about the Pkg-perl-cvs-commits mailing list