From 4fc16e3394e349feb99ac9fe12f6d8d2875735f9 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Thu, 15 Jul 2010 12:10:36 +0100 Subject: Override sourcelist config option so we don't look for the custom name used in the buildds --- CMakeLists.txt | 2 +- debian/changelog | 7 +++++++ ept/test.h | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c807f11..d7e42c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ include( FindDoxygen ) add_custom_target( unit ) -set( EPT_VERSION "1.0.2+test3" ) +set( EPT_VERSION "1.0.2+test4" ) set( APT_INCLUDES "/usr/include/" CACHE STRING "apt include path" ) set( APT_LINKDIRS "/usr/lib/" CACHE STRING "apt library path" ) set( OPT_FLAGS "-O0 -g" CACHE STRING "optimization level" ) diff --git a/debian/changelog b/debian/changelog index a0046ef..11e2677 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libept (1.0.2+test4) experimental; urgency=low + + * Override sourcelist config option so we don't look for the custom name + used in the buildds + + -- Enrico Zini Thu, 15 Jul 2010 12:09:54 +0100 + libept (1.0.2+test3) experimental; urgency=low * More debug info diff --git a/ept/test.h b/ept/test.h index b9bb131..dfab4d7 100644 --- a/ept/test.h +++ b/ept/test.h @@ -26,6 +26,7 @@ struct AptTestEnvironment { _config->Set("Dir::Cache", "cache"); _config->Set("Dir::State", "state"); _config->Set("Dir::Etc", "etc"); + _config->Set("Dir::Etc::sourcelist", "sources.list"); _config->Set("Dir::State::status", TEST_ENV_DIR "dpkg-status"); pkgInitSystem (*_config, _system); } -- cgit v1.2.3