Browse Source

Add debian packaging stuff

Emmanuel Bouthenot 16 years ago
parent
commit
8d5c73503f
10 changed files with 75 additions and 0 deletions
  1. 6 0
      debian/changelog
  2. 1 0
      debian/compat
  3. 19 0
      debian/control
  4. 26 0
      debian/copyright
  5. 1 0
      debian/dirs
  6. 2 0
      debian/docs
  7. 1 0
      debian/install
  8. 1 0
      debian/manpages
  9. 9 0
      debian/rules
  10. 9 0
      debian/watch

+ 6 - 0
debian/changelog

@@ -0,0 +1,6 @@
+pmailq (0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #453238)
+
+ -- Emmanuel Bouthenot <kolter@openics.org>  Tue, 27 Nov 2007 19:51:34 +0100
+

+ 1 - 0
debian/compat

@@ -0,0 +1 @@
+5

+ 19 - 0
debian/control

@@ -0,0 +1,19 @@
+Source: pmailq
+Section: admin
+Priority: extra
+Maintainer: Emmanuel Bouthenot <kolter@openics.org>
+Build-Depends: debhelper (>= 5), cdbs
+Standards-Version: 3.7.2
+Homepage: http://kolter.openics.org/projects/pmailq
+Vcs-Browser: http://git.openics.org/?p=pmailq.git;a=summary
+Vcs-Git: git://git.openics.org/pmailq.git
+
+Package: pmailq
+Architecture: all
+Depends: ${misc:Depends}, python (>= 2.3), postfix
+Description: postfix mail queue manager
+ pmailq parses output of mailq command from postfix (postqueue -p)
+ and permits to perform some actions (like removing or displaying in
+ a machine readable format) on a bunch of entries in queue, selected
+ by applying patterns on criterias like email address, error message
+ from smtp server, message size, mail status in queue.

+ 26 - 0
debian/copyright

@@ -0,0 +1,26 @@
+This package was downloaded from http://kolter.openics.org/projects/pmailq/
+
+Files: debian/*
+Copyright: © 2007 Emmanuel Bouthenot <kolter@openics.org>
+License: GPL-2+
+ The Debian packaging information is under the GPL, version 2 or later
+
+Files: pmailq, pmailq.pod
+Copyright: © 2007 Emmanuel Bouthenot <kolter@openics.org>
+License: other-BSD
+              DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+                      Version 2, December 2004
+ .
+   Copyright (C) 2004 Sam Hocevar
+    22 rue de Plaisance, 75014 Paris, France
+   Everyone is permitted to copy and distribute verbatim or modified
+   copies of this license document, and changing it is allowed as long
+   as the name is changed.
+ .
+              DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
+     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+ .
+    0. You just DO WHAT THE FUCK YOU WANT TO.
+
+On Debian GNU/Linux systems, the complete text of the GNU General
+Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'

+ 1 - 0
debian/dirs

@@ -0,0 +1 @@
+usr/sbin

+ 2 - 0
debian/docs

@@ -0,0 +1,2 @@
+README
+AUTHORS

+ 1 - 0
debian/install

@@ -0,0 +1 @@
+pmailq	/usr/sbin

+ 1 - 0
debian/manpages

@@ -0,0 +1 @@
+pmailq.8

+ 9 - 0
debian/rules

@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+build/pmailq::
+	$(MAKE)
+
+clean::
+	$(MAKE) clean

+ 9 - 0
debian/watch

@@ -0,0 +1,9 @@
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+http://kolter.openics.org/projects/pmailq/pmailq-(.*)\.tar\.gz
+
+