diff options
author | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 21:55:01 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@gnu.org> | 2017-04-15 21:55:01 -0400 |
commit | faf5a7e56df6d67ad6ce0e1e1f9bccb1aec60c68 (patch) | |
tree | 8fcf5531884c2cdf41b0cf478641bc763fd55a24 | |
parent | 77ea20afcf7d51520446c66e8b807cdde3cb59d2 (diff) |
Remove unneeded ubuntu patches
-rw-r--r-- | makeicecat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -67,11 +67,12 @@ cd firefox.$CODENAME bzr revert -r$REVISION echo '3.0 (native)' > debian/source/format -for PATCH in ubuntu-bookmarks.patch ubuntu-ua-string-changes.patch unity-menubar.patch +for PATCH in ubuntu-bookmarks.patch ubuntu-ua-string-changes.patch unity-menubar.patch ubuntu-search-defaults.patch allow-lockPref-everywhere.patch fix-make-package-tests-without-webrtc.patch revert-upstream-search-engine-changes.patch do rm debian/patches/$PATCH sed "/$PATCH/d" -i debian/patches/series done +sed "/test-/d" -i debian/patches/series cd .. mv firefox.$CODENAME/debian $SOURCEDIR |