[Fai-commit] r5324 - in people/michael/experimental: . patches
Michael Tautschnig
mt at alioth.debian.org
Thu Apr 9 19:06:17 UTC 2009
Author: mt
Date: 2009-04-09 19:06:17 +0000 (Thu, 09 Apr 2009)
New Revision: 5324
Modified:
people/michael/experimental/build-on-alioth
people/michael/experimental/patches/bugfix-313397
Log:
- make sure lintian doesn't find errors because of the build-on-alioth hacks
while auto-building
- added missing : after closes in patch description
Modified: people/michael/experimental/build-on-alioth
===================================================================
--- people/michael/experimental/build-on-alioth 2009-04-09 18:39:27 UTC (rev 5323)
+++ people/michael/experimental/build-on-alioth 2009-04-09 19:06:17 UTC (rev 5324)
@@ -122,8 +122,10 @@
# is this a commit to experimental?
if svnlook dirs-changed -r $REV $REPOS | grep '^people/michael/experimental/' ; then
+ rm -f $storage/trunk-w-exp/debian/source.lintian-overrides
svn revert $storage/trunk-w-exp/debian/rules
svn revert $storage/trunk-w-exp/debian/changelog
+ svn revert $storage/trunk-w-exp/debian/control
svn up -r $REV $storage/trunk-w-exp
svn up -r $REV $storage/trunk-w-exp/debian/patches
cd $storage
@@ -133,6 +135,8 @@
export QUILT_PATCHES=$PWD/debian/patches
mangle_version_number
patch -p0 < $tmppatch
+ perl -p -i -e 's/^(Build-Depends:.*)$/$1, quilt/' debian/control
+ echo "fai source: patch-modifying-debian-files" >> debian/source.lintian-overrides
build_changelog
dpkg-buildpackage -uc -us -d -I.svn -rfakeroot && dpkg_exit=$? || dpkg_exit=$?
debian/rules clean
Modified: people/michael/experimental/patches/bugfix-313397
===================================================================
--- people/michael/experimental/patches/bugfix-313397 2009-04-09 18:39:27 UTC (rev 5323)
+++ people/michael/experimental/patches/bugfix-313397 2009-04-09 19:06:17 UTC (rev 5324)
@@ -1,7 +1,7 @@
2009-02-13 Michael Tautschnig <mt at debian.org>
* examples/simple/files/etc/ucf.conf/FAIBASE: Added example ucf configuration
- that enforces choosing the default option non-interactively (closes #313397)
+ that enforces choosing the default option non-interactively (closes: #313397)
* examples/simple/files/etc/apt/apt.conf.d/force_confdef/FAIBASE: Added dpkg
option --force-confdef for apt/aptitude to make it non-interactive when
config files have been changed (closes: #502394)
More information about the Fai-commit
mailing list