diff options
| -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, | 
