Browse Source

Remove debian/ directory. Debian packaging has moved to
http://git.debian.org/?p=users/kolter/pmailq.git

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

+ 0 - 19
debian/changelog

@@ -1,19 +0,0 @@
-pmailq (0.3-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Emmanuel Bouthenot <kolter@openics.org>  Thu, 31 Jan 2008 22:41:56 +0100
-
-pmailq (0.2-1) unstable; urgency=low
-
-  * New upstream release (Closes: #457299)
-  * Switch Standards-Version to 3.7.3
-
- -- Emmanuel Bouthenot <kolter@openics.org>  Tue, 15 Jan 2008 22:43:38 +0100
-
-pmailq (0.1-1) unstable; urgency=low
-
-  * Initial release (Closes: #453238)
-
- -- Emmanuel Bouthenot <kolter@openics.org>  Tue, 27 Nov 2007 19:51:34 +0100
-

+ 0 - 1
debian/compat

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

+ 0 - 19
debian/control

@@ -1,19 +0,0 @@
-Source: pmailq
-Section: admin
-Priority: extra
-Maintainer: Emmanuel Bouthenot <kolter@openics.org>
-Build-Depends: debhelper (>= 5), cdbs
-Standards-Version: 3.7.3
-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: 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.

+ 0 - 26
debian/copyright

@@ -1,26 +0,0 @@
-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'

+ 0 - 1
debian/dirs

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

+ 0 - 2
debian/docs

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

+ 0 - 1
debian/install

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

+ 0 - 1
debian/manpages

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

+ 0 - 9
debian/rules

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

+ 0 - 9
debian/watch

@@ -1,9 +0,0 @@
-# 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
-
-