Setting project email address to the new debian-live@lists.debian.org.

This commit is contained in:
Daniel Baumann 2008-08-28 23:22:25 +02:00
parent 1afc484824
commit 953253444b
4 changed files with 5 additions and 5 deletions

2
debian/control vendored
View File

@ -1,7 +1,7 @@
Source: live-helper
Section: misc
Priority: optional
Maintainer: Debian Live <debian-live-maint@lists.alioth.debian.org>
Maintainer: Debian Live <debian-live@lists.debian.org>
Uploaders: Daniel Baumann <daniel@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: gettext (>= 0.13)

View File

@ -2,7 +2,7 @@ TODO list for live-helper
-------------------------
This file lists only outstanding tasks. Any additions/comments/questions and
help is welcome. Write to <debian-live-devel@lists.alioth.debian.org>.
help is welcome. Write to <debian-live@lists.debian.org>.
ALPHA series:

View File

@ -8,8 +8,8 @@ else
PACKAGES="live-helper live-initramfs live-initscripts live-webhelper live-magic debian-unofficial-archive-keyring"
fi
DEBEMAIL="debian-live-devel@lists.alioth.debian.org"
EMAIL="debian-live-devel@lists.alioth.debian.org"
DEBEMAIL="debian-live@lists.debian.org"
EMAIL="debian-live@lists.debian.org"
DEBFULLNAME="Debian Live Autobuilder"
NAME="Debian Live Autobuilder"
KEY="FDB8D39A"

View File

@ -622,7 +622,7 @@ Set_defaults ()
LH_ISO_PREPARER="${LH_ISO_PREPARER:-live-helper \$VERSION; http://packages.qa.debian.org/live-helper}"
# Set iso publisher
LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live-devel@lists.alioth.debian.org}"
LH_ISO_PUBLISHER="${LH_ISO_PUBLISHER:-Debian Live project; http://debian-live.alioth.debian.org/; debian-live@lists.debian.org}"
# Setting iso volume
if [ -z "${LH_ISO_VOLUME}" ]