diff options
author | Holger Levsen <holger@layer-acht.org> | 2006-12-09 16:00:08 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2006-12-09 16:00:08 +0000 |
commit | 91680dafe9bf25b82767924c4ca7209b82d2008d (patch) | |
tree | 90cafbe10db8f36eafdc77173bc27e3942ffa941 | |
parent | 083f362f83dd690ef3be2b3afbdf2607558b080e (diff) | |
download | sitesummary-91680dafe9bf25b82767924c4ca7209b82d2008d.tar.gz sitesummary-91680dafe9bf25b82767924c4ca7209b82d2008d.tar.bz2 sitesummary-91680dafe9bf25b82767924c4ca7209b82d2008d.tar.xz |
- removed myself from uploaders as I don't know cdbs and don't intend to learn it in the near future.
- I'd also like to remark that I think it's very unfortunate to use cdbs for packages (difficult to understand debian/rules, documentation lacking) which are supposed to be maintained by the debian-edu team (not sure if this is the case with sitesummary)
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index f73c5b5..7912e95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +sitesummary (0.0.21) UNRELEASED; urgency=low + + * removed myself from uploaders as I don't know cdbs and don't intend to + learn it in the closer future + + -- Holger Levsen <debian@layer-acht.org> Sat, 9 Dec 2006 15:56:22 +0000 + sitesummary (0.0.20) unstable; urgency=low * Fix regex used to extract eth0 MAC address, to avoid matching peth0 diff --git a/debian/control b/debian/control index a4b91f2..ae7e2dd 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: sitesummary Section: misc Priority: optional Maintainer: Debian Edu Developers <debian-edu@lists.debian.org> -Uploaders: Petter Reinholdtsen <pere@debian.org>, Morten Werner Olsen <werner@debian.org>, Holger Levsen <debian@layer-acht.org>, Luk Claes <luk@debian.org> +Uploaders: Petter Reinholdtsen <pere@debian.org>, Morten Werner Olsen <werner@debian.org>, Luk Claes <luk@debian.org> Build-Depends: debhelper (>= 4.1.0), cdbs Standards-Version: 3.7.2 |