file-roller: apply other patches besides the problematic one
This commit is contained in:
parent
24dea1d1ff
commit
292f41c27b
1 changed files with 7 additions and 2 deletions
|
|
@ -17,15 +17,20 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=1
|
VERSION=2
|
||||||
COMPONENT=main
|
COMPONENT=main
|
||||||
QUILT=skip
|
QUILT=skip
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
sed 's/--enable-magic/--enable-magic --disable-packagekit/' debian/rules -i
|
sed 's/--enable-magic/--enable-magic --disable-packagekit/' debian/rules -i
|
||||||
|
rm debian/patches/01_package_names.patch
|
||||||
|
sed '/^01_package_names\.patch/d' debian/patches/series -i
|
||||||
|
|
||||||
changelog "Dissabled package recommendations, fixes #7747"
|
export QUILT_PATCHES=debian/patches
|
||||||
|
quilt push -a
|
||||||
|
|
||||||
|
changelog "Disabled package recommendations, fixes #7747"
|
||||||
|
|
||||||
compile
|
compile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue