diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-06 21:32:17 +0100 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-02-06 21:32:17 +0100 | 
| commit | 2d25cfcc1ac66100f46401cef859ded95dd2433a (patch) | |
| tree | 934d55456fb18b4df8c4c1467ee819dc3c87cc1a | |
| parent | 25e4241d69872568fc9d5ce5c77fa9a90df1442b (diff) | |
| download | itzks-systems-2d25cfcc1ac66100f46401cef859ded95dd2433a.tar.gz itzks-systems-2d25cfcc1ac66100f46401cef859ded95dd2433a.tar.bz2 itzks-systems-2d25cfcc1ac66100f46401cef859ded95dd2433a.zip  | |
Make meta packages exclusively-or installabled.
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 74 | 
2 files changed, 75 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4eafaaa..d38f6ac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ itzks-systems (2014.01.31.2) UNRELEASED; urgency=low        and normal workstations).      + Add dependency: musescore (for diskless machines, terminal servers        and normal workstations). +    + Make meta packages exclusively-or installabled.   -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de>  Fri, 31 Jan 2014 13:24:26 +0100 diff --git a/debian/control b/debian/control index 4517d80..c4f0c87 100644 --- a/debian/control +++ b/debian/control @@ -30,8 +30,20 @@ Package: itzks-systems-virtman  Architecture: all  Replaces:   itzks-packages-virtman, + itzks-systems-workstation, + itzks-systems-mainserver, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-backup,  Breaks:   itzks-packages-virtman, + itzks-systems-workstation, + itzks-systems-mainserver, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-backup,  Depends:   ${misc:Depends},   arj, @@ -137,8 +149,20 @@ Package: itzks-systems-mainserver  Architecture: all  Replaces:   itzks-packages-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Breaks:   itzks-packages-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Depends:   itzks-systems-common,   ${misc:Depends}, @@ -189,8 +213,20 @@ Package: itzks-systems-disklserver  Architecture: all  Replaces:   itzks-packages-disklserver, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Breaks:   itzks-packages-disklserver, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-diskless, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Depends:   itzks-systems-common,   ${misc:Depends}, @@ -234,8 +270,20 @@ Package: itzks-systems-diskless  Architecture: all  Replaces:   itzks-packages-diskless, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Breaks:   itzks-packages-diskless, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-terminalserver, + itzks-systems-virtman, + itzks-systems-backup,  Depends:   itzks-systems-common,   ${misc:Depends}, @@ -402,8 +450,20 @@ Package: itzks-systems-terminalserver  Architecture: all  Replaces:   itzks-packages-terminalserver, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-virtman, + itzks-systems-backup,  Breaks:   itzks-packages-terminalserver, + itzks-systems-mainserver, + itzks-systems-workstation, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-virtman, + itzks-systems-backup,  Depends:   itzks-systems-common,   ${misc:Depends}, @@ -569,6 +629,20 @@ Description: Profiling for ITZkS Terminal Server Systems  Package: itzks-systems-workstation  Architecture: all +Breaks: + itzks-systems-mainserver, + itzks-systems-terminalserver, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-virtman, + itzks-systems-backup, +Replaces: + itzks-systems-mainserver, + itzks-systems-terminalserver, + itzks-systems-disklserver, + itzks-systems-diskless, + itzks-systems-virtman, + itzks-systems-backup,  Depends:   itzks-systems-common,   ${misc:Depends},  | 
