diff -u aide-0.13.1/debian/control aide-0.13.1/debian/control --- aide-0.13.1/debian/control +++ aide-0.13.1/debian/control @@ -1,7 +1,8 @@ Source: aide Section: admin Priority: optional -Maintainer: Aide Maintainers +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Aide Maintainers Uploaders: Marc Haber , Mike Markley Build-Depends: debhelper (>= 4.1.13), dpatch, debconf-utils, zlib1g-dev, libmhash-dev (>= 0.9.7), flex (>= 2.5.32) | flex-old, bison, libgcrypt-dev, po-debconf (>= 0.5.0) Standards-Version: 3.7.3 diff -u aide-0.13.1/debian/changelog aide-0.13.1/debian/changelog --- aide-0.13.1/debian/changelog +++ aide-0.13.1/debian/changelog @@ -1,3 +1,10 @@ +aide (0.13.1-10ubuntu1) intrepid; urgency=low + + * Fix 31_aide_apt to remove comments from source.list (LP: #112242) + * debian/control: change Maintainer field + + -- Jean-Baptiste Lallement Sat, 26 Jul 2008 23:04:28 +0200 + aide (0.13.1-10) unstable; urgency=low * debian/control: fix deprecated "<" in Conflicts diff -u aide-0.13.1/debian/aide.conf.d/31_aide_apt aide-0.13.1/debian/aide.conf.d/31_aide_apt --- aide-0.13.1/debian/aide.conf.d/31_aide_apt +++ aide-0.13.1/debian/aide.conf.d/31_aide_apt @@ -15,7 +15,7 @@ . "$UPAC_confd/31_local_apt_settings" fi -cat $SOURCESLIST | while read deb uri dist comp; do +sed -e "s/#.*$//" $SOURCESLIST | while read deb uri dist comp; do PROTOCOL="$(echo $uri | sed 's|\([^:]\+\).*|\1|')" if [ "$PROTOCOL" = "http" ] || [ "$PROTOCOL" = "ftp" ]; then HOST="$(echo $uri | sed 's|.*//\([^/[:space:]]\+\).*|\1|')"