diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 09258ee..b3c4972 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,11 @@ itzks-systems (2012.10.12.1) UNRELEASED; urgency=low * dirvish templates: + Exclude proc, sys, dev/pts in case any of them is mounted. Exclude NBD swap files. + * /etc/skel: + + Adapt icon names in libreoffice-*.desktop to names found in the libreoffice + 3.5.4 package series. + * /debian/control: + + Versioned dependency on libreoffice (>= 3.5.4). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 02 Oct 2012 21:45:44 +0200 diff --git a/debian/control b/debian/control index 71e31da..908164b 100644 --- a/debian/control +++ b/debian/control @@ -244,7 +244,7 @@ Depends: itzks-keyring, kturtle, lazarus, - libreoffice, + libreoffice (>= 3.5.4), libreoffice-base, libreoffice-base-core, libreoffice-calc, @@ -398,7 +398,7 @@ Depends: itzks-keyring, kturtle, lazarus, - libreoffice, + libreoffice (>= 3.5.4), libreoffice-base, libreoffice-base-core, libreoffice-calc, @@ -555,7 +555,7 @@ Depends: itzks-keyring, kturtle, lazarus, - libreoffice, + libreoffice (>= 3.5.4), libreoffice-base, libreoffice-base-core, libreoffice-calc, |