diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6a80b66..ca69f92 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ sitesummary (0.0.6) UNRELEASED; urgency=low yet working, as the getpeername() code is broken. * Extend package descriptions and make them more useful. * Improve copyright file. + * Change build-depend to build-depend-indep, as this package + currently is architecture neutral. [ Morten Werner Olsen ] * Rewrite Apache example config and place it in /etc/apache2/conf.d/ diff --git a/debian/control b/debian/control index f89444c..f5d89f4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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> -Build-Depends: debhelper (>= 4), cdbs +Build-Depends-Indep: debhelper (>= 4), cdbs Standards-Version: 3.7.2 Package: sitesummary |