[DRE-commits] [pkg-ruby-extras] 05/05: setup: do not let apt-get remove packages when installing
zeha at debian.org
zeha at debian.org
Tue Jun 27 12:47:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
zeha pushed a commit to branch master
in repository pkg-ruby-extras.
commit 6df5093e6b905c813c09f07c7605bdd2c98c968c
Author: Christian Hofstaedtler <zeha at debian.org>
Date: Tue Jun 27 12:47:07 2017 +0000
setup: do not let apt-get remove packages when installing
Thanks to Johannes Schauer <josch at debian.org>.
---
setup | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup b/setup
index 32cf9aa..bcbe3e0 100755
--- a/setup
+++ b/setup
@@ -2,7 +2,7 @@
set -exu
-sudo apt-get install -qy \
+sudo apt-get install -qy --no-remove \
autopkgtest \
build-essential \
gem2deb \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git
More information about the Pkg-ruby-extras-commits
mailing list