diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 12 | ||||
| -rw-r--r-- | debian/itzks-systems-config.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-diskless.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-disklserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-mainserver.install | 1 | ||||
| -rw-r--r-- | debian/itzks-systems-terminalserver.install | 1 | 
7 files changed, 20 insertions, 4 deletions
| diff --git a/debian/changelog b/debian/changelog index 518c954..e8cfa48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +itzks-systems (2012.08.09.2) UNRELEASED; urgency=low + +  * /debian/control (new bin:package: itzks-systems-config): +    + Place itzks.config into new bin:package itzks-systems-config. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Thu, 09 Aug 2012 14:00:44 +0200 +  itzks-systems (2012.08.09.1) squeeze-backports; urgency=low    * /debian/control, README.*: diff --git a/debian/control b/debian/control index 6f352a3..9cac94b 100644 --- a/debian/control +++ b/debian/control @@ -11,6 +11,13 @@ Vcs-Git: git://code.it-zukunft-schule.de/itzks-systems-virtman.git  Vcs-Browser: http://code.it-zukunft-schule.de/gitweb?p=itzks-systems-virtman.git;a=summary  Standards-Version: 3.9.3 +Package: itzks-systems-mainserver +Architecture: all +Depends: + ${misc:Depends}, +Description: Configuration for ITZkS Systems + Set of configuration parameters relevant to ITZkS systems. +  Package: itzks-systems-virtman  Architecture: all  Replaces: @@ -75,6 +82,7 @@ Replaces:  Breaks:   itzks-packages-mainserver,  Depends: + itzks-systems-config,   ${misc:Depends},   acl,   apt-file, @@ -116,6 +124,7 @@ Replaces:  Breaks:   itzks-packages-disklserver,  Depends: + itzks-systems-config,   ${misc:Depends},   arj,   atftpd, @@ -153,6 +162,7 @@ Replaces:  Breaks:   itzks-packages-diskless,  Depends: + itzks-systems-config,   ${misc:Depends},   arc-colors,   arj, @@ -296,6 +306,7 @@ Replaces:  Breaks:   itzks-packages-terminalserver,  Depends: + itzks-systems-config,   ${misc:Depends},   arc-colors,   arj, @@ -439,3 +450,4 @@ Description: Profiling for ITZkS Terminal Server Systems   .   ITZkS (IT-Zukunft Schule) is a Nothern German project and based   on Debian Edu / Skolelinux. + diff --git a/debian/itzks-systems-config.install b/debian/itzks-systems-config.install new file mode 100644 index 0000000..8365a1f --- /dev/null +++ b/debian/itzks-systems-config.install @@ -0,0 +1 @@ +etc/debian-edu/* etc/debian-edu/
\ No newline at end of file diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install index e7662b0..e69de29 100644 --- a/debian/itzks-systems-diskless.install +++ b/debian/itzks-systems-diskless.install @@ -1 +0,0 @@ -etc/debian-edu etc/ diff --git a/debian/itzks-systems-disklserver.install b/debian/itzks-systems-disklserver.install index a6bbc47..3415af5 100644 --- a/debian/itzks-systems-disklserver.install +++ b/debian/itzks-systems-disklserver.install @@ -1,2 +1 @@  bin/diskless-workstation-shell usr/sbin/ -etc/debian-edu etc/ diff --git a/debian/itzks-systems-mainserver.install b/debian/itzks-systems-mainserver.install index 2d74347..6eb8031 100644 --- a/debian/itzks-systems-mainserver.install +++ b/debian/itzks-systems-mainserver.install @@ -1,3 +1,2 @@  sbin/itzks-transfer-cleaner usr/sbin  etc/skel etc/ -etc/debian-edu etc/ diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install index e7662b0..e69de29 100644 --- a/debian/itzks-systems-terminalserver.install +++ b/debian/itzks-systems-terminalserver.install @@ -1 +0,0 @@ -etc/debian-edu etc/ | 
