diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-01 21:25:23 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-01-01 21:25:23 +0100 |
commit | 2c31fad26603b66d744ab946a15acd15d2abf073 (patch) | |
tree | 374c44b4c7c7d923952adbf828e286c9a0a1cafd /debian/control | |
parent | c84f6f07f081625c54beeff7f4b8aa65137d92b3 (diff) |
New package xtrkcad-common
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b9f08c1..6859baa 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,23 @@ Package: xtrkcad Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + xtrkcad-common (= ${source:Version}), Description: Model Train Track CAD Program This program allows you to design model train layouts. It is fundamentally a drawing (CAD) program, but tailored to some of the specific issues in the model train world. + +Package: xtrkcad-common +Architecture: all +Depends: + ${misc:Depends} +Breaks: + xtrkcad (<< 1:4.2.4a-1) +Replaces: + xtrkcad (<< 1:4.2.4a-1) +Description: Model Train Track CAD Program common files + This program allows you to design model train layouts. It is fundamentally + a drawing (CAD) program, but tailored to some of the specific issues in the + model train world. + This package contains the demo, examples and parameter files. |