SVN devscripts commit: r524 - in trunk: . debian examples

Stefano Zacchiroli zack at alioth.debian.org
Thu Feb 22 11:19:14 CET 2007


Author: zack
Date: 2007-02-22 11:19:14 +0100 (Thu, 22 Feb 2007)
New Revision: 524

Added:
   trunk/examples/
   trunk/examples/debian.procmail
   trunk/examples/forward.exim
   trunk/examples/forward.procmail
   trunk/examples/master.procmail
Removed:
   trunk/debian.procmail
   trunk/forward.exim
   trunk/forward.procmail
   trunk/master.procmail
Modified:
   trunk/debian/changelog
   trunk/debian/compat
   trunk/debian/control
   trunk/debian/examples
Log:
- started reorganization of package dir layout: moved examples under examples/
- switched to debhelper 5

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/debian/changelog	2007-02-22 10:19:14 UTC (rev 524)
@@ -22,8 +22,13 @@
   * debian/control
     - added myself as an uploader
     - added XS-Vcs-Browser field
+    - bumped debhelper dependencies to >> 5
   * added debian/svn-deblayout pointint to the default tags dir (used by
     svn-buildpackage)
+  * debian/compat
+    - bumped to debhelper 5
+  * debian/examples
+    - moved examples under examples/, install examples/* as examples
 
  -- Stefano Zacchiroli <zack at debian.org>  Thu, 22 Feb 2007 10:49:16 +0100
 

Modified: trunk/debian/compat
===================================================================
--- trunk/debian/compat	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/debian/compat	2007-02-22 10:19:14 UTC (rev 524)
@@ -1 +1 @@
-4
+5

Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/debian/control	2007-02-22 10:19:14 UTC (rev 524)
@@ -4,7 +4,7 @@
 Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>
 Uploaders: Julian Gilbey <jdg at debian.org>, Filippo Giunchedi <filippo at debian.org>, Joey Hess <joeyh at debian.org>, Mohammed Adnène Trojette <adn+deb at diwi.org>, Christoph Berg <myon at debian.org>, Stefano Zacchiroli <zack at debian.org>
 Standards-Version: 3.7.2
-Build-Depends: perl (>= 5.8), debhelper (>= 4.0.0), libtimedate-perl, libwww-perl, xsltproc, docbook-xsl, po4a (>= 0.26)
+Build-Depends: perl (>= 5.8), debhelper (>= 5.0.0), libtimedate-perl, libwww-perl, xsltproc, docbook-xsl, po4a (>= 0.26)
 XS-Vcs-Browser: http://svn.debian.org/wsvn/devscripts/trunk/
 XS-Vcs-Svn: svn://svn.debian.org/devscripts/trunk
 

Modified: trunk/debian/examples
===================================================================
--- trunk/debian/examples	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/debian/examples	2007-02-22 10:19:14 UTC (rev 524)
@@ -1,4 +1 @@
-forward.exim
-forward.procmail
-master.procmail
-debian.procmail
+examples/*

Deleted: trunk/debian.procmail
===================================================================
--- trunk/debian.procmail	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/debian.procmail	2007-02-22 10:19:14 UTC (rev 524)
@@ -1,101 +0,0 @@
-#   debian.procmail - Debian mailing list sorting procmail file.
-#   Copyright (C) 1999  Edward Betts <edward at debian.org>
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-# On Debian GNU/Linux systems, the complete text of the GNU General
-# Public License can be found in `/usr/share/common-licenses/GPL'.
-
-# Instructions
-
-# To use this file either copy it to ~/.procmailrc or use INCLUDERC to load it.
-# Read the procmail, procmailrc, procmailex and procmailsc for more
-# information.
-
-# Configuration
-
-# This files assumes that you are using standard mailbox file format to save
-# your mail. You may change the directories that these variables point to, but
-# the directories exist for this rcfile to function correctly.
-
-#MAILDIR=~/Mail				# Uncomment if in needed
-DEBIAN=debian				# Directory for debian mailing lists
-DC_INSTALLER=$DEBIAN/installer		# New Debian Packages directory
-DC_DIR=$DEBIAN/changes-other		# Directory for debian-changes
-DDC_DIR=$DEBIAN/devel-changes-other	# Directory for debian-devel-changes
-
-# These variables are used to control the sorting of the debian-changes and
-# debian-devel-changes list. It is likely that you will want to change them.
-
-ARCHS=alpha|arm|m68k|powerpc|sparc	# Archs that do not interest me
-PACKAGES=colortail|esh|vh|x2vnc|sniffit	# Packages on other archs of interest
-
-# The Debian changes and Debian development changes mailing lists are special
-# cases. Architectures that are not of any real interest, specified using the
-# $ARCHS variable are separated out into mailboxes named after the
-# architectures. They are stored in the directory specified by $DC_DIR for the
-# Debian changes mailing lists and $DDC_DIR for the Debian development changes
-# mailing lists.
-#
-# However the uploads and installs of some packages on all architectures may
-# be of interest. These pacakges can be specified using the $PACAKGES
-# variable. I use it for the packages I maintain so I can see when they have
-# been built on other architectures.
-#
-# Note: See the master.procmail script if you are short of bandwidth and do
-# not want these messages to even reach your machine. If master.procmail is in
-# use the recipes should never be true, unless the $PACKAGES and $ARCHS
-# variables are different on master than locally.
-
-:0
-* ^X-Mailing-List: <debian-changes at lists.debian.org>
-* $^Subject: Accepted .+ \(($ARCHS )*($ARCHS)\) to .+
-* !$^Subject: Accepted ($PACKAGES) .+
-* ^Subject: Accepted .+ \(\/[-a-zA-Z0-9]+
-$DC_DIR/$MATCH
-
-:0
-* ^X-Mailing-List: <debian-devel-changes at lists.debian.org>
-* $^Subject: Accepted .+ \(($ARCHS )*($ARCHS)\) to .+
-* !$^Subject: Accepted ($PACKAGES) .+
-* ^Subject: Accepted .+ \(\/[-a-zA-Z0-9]+
-$DDC_DIR/$MATCH
-
-# Sort debian mailing lists into mailboxes under $DEBIANDIR. This dynamic
-# style means when subscribing to new Debian mailing lists no changes need be
-# made to this file. Even as yet none existant mailing lists are catered for.
-
-:0:
-* ^X-Mailing-List: <debian-.+ at lists.debian.org>
-* ^X-Mailing-List: <debian-\/[-a-zA-Z0-9]+
-$DEBIAN/$MATCH
-
-# There are a few Debian related mailing lists which do not appear on
-# lists.debian.org, those that I subscribe to are listed here. I suggest you
-# leave them, even if you do not currently subscibe to them.
-
-# Debian UK list
-:0:
-* ^Sender: debian-.+-admin at chiark.greenend.org.uk
-* ^Sender: debian-\/[a-zA-Z0-9]+
-$DEBIAN/$MATCH
-
-# Debian events-de list
-:0:
-* ^Sender: owner-debian-.+ at Infodrom.North.DE
-* ^Sender: owner-debian-\/[-a-zA-Z0-9]+
-$DEBIAN/$MATCH
-
-# vim:ft=procmail:ts

Copied: trunk/examples/debian.procmail (from rev 523, trunk/debian.procmail)

Copied: trunk/examples/forward.exim (from rev 523, trunk/forward.exim)

Copied: trunk/examples/forward.procmail (from rev 523, trunk/forward.procmail)

Copied: trunk/examples/master.procmail (from rev 523, trunk/master.procmail)

Deleted: trunk/forward.exim
===================================================================
--- trunk/forward.exim	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/forward.exim	2007-02-22 10:19:14 UTC (rev 524)
@@ -1,6 +0,0 @@
-# Exim Filter  <<== do not edit or remove this line!
-# Assortment of debian lists
-if $header_resent-sender: matches "debian-(.*)-request@"
-then
-    save $home/mail/debian-$1
-endif

Deleted: trunk/forward.procmail
===================================================================
--- trunk/forward.procmail	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/forward.procmail	2007-02-22 10:19:14 UTC (rev 524)
@@ -1 +0,0 @@
-|/usr/bin/procmail

Deleted: trunk/master.procmail
===================================================================
--- trunk/master.procmail	2007-02-22 10:03:17 UTC (rev 523)
+++ trunk/master.procmail	2007-02-22 10:19:14 UTC (rev 524)
@@ -1,91 +0,0 @@
-#   master.procmail - Debian mailing list sorting procmail file.
-#   Copyright (C) 1999  Edward Betts <edward at debian.org>
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-# On Debian GNU/Linux systems, the complete text of the GNU General
-# Public License can be found in `/usr/share/common-licenses/GPL'.
-
-# Introduction
-
-# This rcfile is aimed at developers with a small amount of bandwidth (people
-# using modems to connect to the Internet). The mailing lists
-# debian-devel-changes and debian-changes carry the details of package uploads
-# for all of the different architectures, however, most developers are using
-# one or at most two of these architectures, and are not interested in uploads
-# for the others.
-#
-# The recipes below will erase announcements of package uploads to
-# architectures that are not of much interest, before forwarding other
-# messages to the forward address. Uploads that include source will be
-# displayed, because I think they are interesting.
-
-# Instructions
-
-# 1. Subscribe to debian-devel-changes and/or debian-changes using your Debian
-#    e-mail address so that mail goes to your account on master.
-# 2. Change the enviroment variables below to specify the:
-#      a) e-mail address that you want mail to be forwarded to
-#      b) the architectures you are NOT interested in
-#      c) the packages you are interested in
-# 3. Upload the file to master. Rename it to ~/.procmailrc, or refer to it
-#    from ~/.procmailrc using INCLUDERC
-#
-# That should be it, configured, try sending a mail to your debian.org address
-# and see if it makes its way to the specified e-mail forwarding address.
-#
-# Read the procmail, procmailrc, procmailex and procmailsc for more
-# information.
-# Master mail filtering procmail file by Edward Betts <edward at debian.org>
-
-# Configuration
-
-# Forwarding address, the place to send all the mail that is not erased.
-# PLEASE CHANGE THIS! I DO NOT WANT YOUR MAIL! I could set up some stuff with
-# LOGNAME to check this, but it would reduce performance and I trust my fellow
-# developers.
-FORWARD=edward at hairnet.demon.co.uk
-
-# The architectures that do NOT interest you. If you are an i386 man like me,
-# then this setting should be fine, you will get i386 and hurd-i386 changes.
-# If a new architectures is introduced (MIPS? ia64?) you will see uploads
-# listed here until you add it to this line.
-ARCHS=alpha|arm|powerpc|sparc|m68k
-
-# Packages changes on other architectures of interest. This is basicly a list
-# of the binary packages that I maintain. As far as I see it most developers
-# will just want to change this to a list of packages that they maintain.
-PACKAGES=colortail|esh|vh|x2vnc|sniffit	# Packages on other archs of interest
-
-# Debian Development Changes mailing list is big. Archs that are not of
-# interest to me are deleted.
-#
-# The only exception is packages that I would like to see when they are
-# compiled on other Archs; I use this for my own binary packages.
-
-:0:
-* ^X-Mailing-List: <debian-devel-changes at lists.debian.org>
-* $^Subject: Accepted .+ \(($ARCHS )*($ARCHS)\) to .+
-* !$^Subject: Accepted ($PACKAGES) .+
-/dev/null
-
-# Every thing else goes to the forward address.
-
-:0
-* !^FROM_DAEMON
-* !^X-Loop: $FORWARD
-| formail -A"X-Loop: $FORWARD" | $SENDMAIL -oi $FORWARD
-
-# vim:ft=procmail




More information about the Devscripts-devel mailing list