diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 13:11:30 +0200 | 
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-04 13:11:30 +0200 | 
| commit | 31395b96a4034c9e2fb95997cdc7f182735e3df8 (patch) | |
| tree | f35b26f9d7f396a537e8168ac6b087c6ccc8d5dd | |
| parent | 427acdf59ea025144b57b6ea334459f7eda96a99 (diff) | |
| download | itzks-systems-31395b96a4034c9e2fb95997cdc7f182735e3df8.tar.gz itzks-systems-31395b96a4034c9e2fb95997cdc7f182735e3df8.tar.bz2 itzks-systems-31395b96a4034c9e2fb95997cdc7f182735e3df8.zip | |
/debian/control:
  + Rename src:package and bin:packages to itzks-systems-*.
  + Add Replace field to all bin:packages.
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 10 | 
2 files changed, 14 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index ac10eb3..094b346 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ -itzks-packages (2012.08.04.7) UNRELEASED; urgency=low +itzks-systems (2012.08.04.7) UNRELEASED; urgency=low +  * /debian/control: +    + Rename src:package and bin:packages to itzks-systems-*. +    + Add Replace field to all bin:packages.    * /debian/rules:      + Remove packed-by-package-build tarballs on rule clean.    * etc/skel: diff --git a/debian/control b/debian/control index effcb4b..ba7abb3 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,8 @@ Standards-Version: 3.9.3  Package: itzks-systems-virtman  Architecture: all +Replaces: + itzks-packages-virtman,  Depends:   ${misc:Depends},   arj, @@ -66,6 +68,8 @@ Description: Meta-package for ITZkS-VirtMan systems  Package: itzks-systems-mainserver  Architecture: all +Replaces: + itzks-packages-mainserver,  Depends:   ${misc:Depends},   arj, @@ -98,6 +102,8 @@ Description: Meta-package for ITZkS-MainServer Systems  Package: itzks-systems-disklserver  Architecture: all +Replaces: + itzks-packages-disklserver,  Depends:   ${misc:Depends},   arj, @@ -128,6 +134,8 @@ Description: Meta-package for ITZkS-DisklServer systems  Package: itzks-systems-diskless  Architecture: all +Replaces: + itzks-packages-diskless,  Depends:   ${misc:Depends},   arc-colors, @@ -266,6 +274,8 @@ Description: Meta-package for ITZkS Diskless Workstation Systems  Package: itzks-systems-terminalserver  Architecture: all +Replaces: + itzks-packages-terminalserver,  Depends:   ${misc:Depends},   arc-colors, | 
