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