Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
provision
Commits
da60fc7f
Commit
da60fc7f
authored
Feb 08, 2013
by
anarcat
Browse files
remove deprecated DEBUG flag in debian package
parent
0c66e979
Changes
4
Hide whitespace changes
Inline
Side-by-side
debian/aegir-hostmaster2.config
View file @
da60fc7f
...
...
@@ -5,7 +5,7 @@ set -e
# Source debconf library.
. /
usr
/
share
/
debconf
/
confmodule
if
[
"$DPKG_DEBUG"
=
"developer"
] || [ ! -
z
"$DEBUG"
];
then
if
[
"$DPKG_DEBUG"
=
"developer"
];
then
set
-
x
fi
...
...
debian/aegir-hostmaster2.postinst
View file @
da60fc7f
...
...
@@ -20,7 +20,7 @@ set -e
# Source debconf library.
.
/usr/share/debconf/confmodule
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
||
[
!
-z
"
$DEBUG
"
]
;
then
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
;
then
set
-x
fi
...
...
@@ -34,7 +34,7 @@ case "$1" in
VERSION
=
`
sed
-n
'/^version/{s/^.*= *//;p}'
/usr/share/drush/commands/provision/provision.info
`
FLAGS
=
"--yes"
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
||
[
!
-z
"
$DEBUG
"
]
;
then
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
;
then
FLAGS
=
"
$FLAGS
--debug"
fi
db_get
"aegir/makefile"
...
...
debian/aegir-provision2.postinst
View file @
da60fc7f
...
...
@@ -20,7 +20,7 @@ set -e
# Source debconf library.
.
/usr/share/debconf/confmodule
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
||
[
!
-z
"
$DEBUG
"
]
;
then
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
;
then
set
-x
fi
...
...
debian/aegir-provision2.postrm
View file @
da60fc7f
...
...
@@ -18,7 +18,7 @@ set -e
# for details, see http://www.debian.org/doc/debian-policy/ or
# the debian-policy package
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
||
[
!
-z
"
$DEBUG
"
]
;
then
if
[
"
$DPKG_DEBUG
"
=
"developer"
]
;
then
set
-x
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment