|
@@ -574,7 +574,7 @@ setupsimplenativepackage() {
|
|
|
local DESCRIPTION="${6:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASE}
|
|
local DESCRIPTION="${6:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASE}
|
|
|
If you find such a package installed on your system,
|
|
If you find such a package installed on your system,
|
|
|
something went horribly wrong! They are autogenerated
|
|
something went horribly wrong! They are autogenerated
|
|
|
- und used only by testcases and surf no other propose…"}"
|
|
|
|
|
|
|
+ und used only by testcases and serve no other purpose…"}"
|
|
|
|
|
|
|
|
local SECTION="${7:-others}"
|
|
local SECTION="${7:-others}"
|
|
|
local DISTSECTION
|
|
local DISTSECTION
|
|
@@ -630,7 +630,7 @@ buildsimplenativepackage() {
|
|
|
local DESCRIPTION="${6:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASE}
|
|
local DESCRIPTION="${6:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASE}
|
|
|
If you find such a package installed on your system,
|
|
If you find such a package installed on your system,
|
|
|
something went horribly wrong! They are autogenerated
|
|
something went horribly wrong! They are autogenerated
|
|
|
- und used only by testcases and surf no other propose…"}"
|
|
|
|
|
|
|
+ und used only by testcases and serve no other purpose…"}"
|
|
|
|
|
|
|
|
local SECTION="${7:-others}"
|
|
local SECTION="${7:-others}"
|
|
|
local PRIORITY="${8:-optional}"
|
|
local PRIORITY="${8:-optional}"
|
|
@@ -812,7 +812,7 @@ insertpackage() {
|
|
|
local DESCRIPTION="${7:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASES}
|
|
local DESCRIPTION="${7:-"an autogenerated dummy ${NAME}=${VERSION}/${RELEASES}
|
|
|
If you find such a package installed on your system,
|
|
If you find such a package installed on your system,
|
|
|
something went horribly wrong! They are autogenerated
|
|
something went horribly wrong! They are autogenerated
|
|
|
- und used only by testcases and surf no other propose…"}"
|
|
|
|
|
|
|
+ und used only by testcases and serve no other purpose…"}"
|
|
|
local ARCHS=""
|
|
local ARCHS=""
|
|
|
for RELEASE in $(printf '%s' "$RELEASES" | tr ',' '\n'); do
|
|
for RELEASE in $(printf '%s' "$RELEASES" | tr ',' '\n'); do
|
|
|
if [ "$RELEASE" = 'installed' ]; then
|
|
if [ "$RELEASE" = 'installed' ]; then
|
|
@@ -891,7 +891,7 @@ insertinstalledpackage() {
|
|
|
local DESCRIPTION="${7:-"an autogenerated dummy ${NAME}=${VERSION}/installed
|
|
local DESCRIPTION="${7:-"an autogenerated dummy ${NAME}=${VERSION}/installed
|
|
|
If you find such a package installed on your system,
|
|
If you find such a package installed on your system,
|
|
|
something went horribly wrong! They are autogenerated
|
|
something went horribly wrong! They are autogenerated
|
|
|
- und used only by testcases and surf no other propose…"}"
|
|
|
|
|
|
|
+ und used only by testcases and serve no other purpose…"}"
|
|
|
|
|
|
|
|
local FILE='rootdir/var/lib/dpkg/status'
|
|
local FILE='rootdir/var/lib/dpkg/status'
|
|
|
local INFO='rootdir/var/lib/dpkg/info'
|
|
local INFO='rootdir/var/lib/dpkg/info'
|
|
@@ -1197,7 +1197,7 @@ changetowebserver() {
|
|
|
fi
|
|
fi
|
|
|
cd - > /dev/null
|
|
cd - > /dev/null
|
|
|
else
|
|
else
|
|
|
- msgdie 'You have to build aptwerbserver or install a webserver'
|
|
|
|
|
|
|
+ msgdie 'You have to build apt from source to have test/interactive-helper/aptwebserver available for tests requiring a webserver'
|
|
|
fi
|
|
fi
|
|
|
if [ "$REWRTE" != 'yes' ]; then
|
|
if [ "$REWRTE" != 'yes' ]; then
|
|
|
rewritesourceslist "http://localhost:${APTHTTPPORT}/"
|
|
rewritesourceslist "http://localhost:${APTHTTPPORT}/"
|