diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-10-12 20:53:49 +0900 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2016-10-12 20:53:49 +0900 |
commit | cf2badd1c102d20f67b1cd2103ffa4ab483ad77c (patch) | |
tree | e7964568f28946688357ad2a9d65445afe2138be | |
parent | 20f8ea421d4a56c6f6fa5896f5591d39f4df2a8f (diff) | |
download | debian-cf2badd1c102d20f67b1cd2103ffa4ab483ad77c.tar.bz2 |
Add multi-arch foreign stuff1.0.2-2
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,9 @@ +clod (1.0.2-2) unstable; urgency=medium + + * Mark packages as 'Multi-Arch: foreign' + + -- Daniel Silverstone <dsilvers@digital-scurf.org> Wed, 12 Oct 2016 20:51:37 +0900 + clod (1.0.2-1) unstable; urgency=medium * New upstream release, setting licence terms to ISC properly @@ -11,6 +11,7 @@ Architecture: all Depends: ${misc:Depends} Provides: ${lua:Provides} XB-Lua-Versions: ${lua:Versions} +Multi-Arch: foreign Description: Configuration Language Organised (by) Dots Clod is a configuration language written in Lua which implements a simple dotted key/value pair system which tries to keep programmatic edits in-line @@ -20,6 +21,7 @@ Package: lua-clod-doc Architecture: all Section: doc Depends: ${misc:Depends} +Multi-Arch: foreign Description: Documentation for lua-clod Clod is a configuration language written in Lua which implements a simple dotted key/value pair system which tries to keep programmatic edits in-line |