diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-12-07 11:57:26 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-12-07 11:57:26 +0100 | 
| commit | 52ff7e0ace8d8d298f15bdcd3704e4253ba3f797 (patch) | |
| tree | 193915211aacd631f6af5c222a058e91f1345ca7 | |
| parent | b35696d557345db1664db7c6eda04631484769f4 (diff) | |
| download | itzks-systems-52ff7e0ace8d8d298f15bdcd3704e4253ba3f797.tar.gz itzks-systems-52ff7e0ace8d8d298f15bdcd3704e4253ba3f797.tar.bz2 itzks-systems-52ff7e0ace8d8d298f15bdcd3704e4253ba3f797.zip | |
/debian/control: Install xcalc and gcalctool to all workstation-like installation profiles.
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/control | 8 | 
2 files changed, 9 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index 2ef2116..d7dee04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ itzks-systems (2012.11.02.3) UNRELEASED; urgency=low    * /bin/passwd:      + To users with uidNumber >= 1000 -> show the GOsa² link. To users with        uidNumber < 1000 -> wrap around GNU passwd binary. +  * /debian/control: +    + Install xcalc and gcalctool to all workstation-like installation profiles.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 02 Nov 2012 11:16:33 +0100 diff --git a/debian/control b/debian/control index 7e3e341..d006f37 100644 --- a/debian/control +++ b/debian/control @@ -233,6 +233,7 @@ Depends:   firmware-linux-nonfree,   firmware-realtek,   flashplugin-nonfree, + qcalctool,   gdm,   gnome-colors-common,   git, @@ -312,10 +313,11 @@ Depends:   unzip,   vlc,   vlc-plugin-pulse, - xarchiver,   x2go-keyring,   x2godesktopsharing,   x2goclient, + xarchiver, + xcalc,   xemacs21,   xpdf,   yakuake, @@ -389,6 +391,7 @@ Depends:   firmware-linux-nonfree,   firmware-realtek,   flashplugin-nonfree, + gcalctool,   gdm,   git,   gnome-colors-common, @@ -475,6 +478,7 @@ Depends:   x2goserver-printing,   x2goserver-fmbindings,   xarchiver, + xcalc,   xemacs21,   xpdf,   yakuake, @@ -543,6 +547,7 @@ Depends:   firmware-linux-nonfree,   firmware-realtek,   flashplugin-nonfree, + gcalctool,   gdm,   gnome-colors-common,   git, @@ -627,6 +632,7 @@ Depends:   x2go-keyring,   x2godesktopsharing,   x2goclient, + xcalc,   xemacs21,   xpdf,   yakuake, | 
