+liblopsub (1.0.5-2) experimental; urgency=medium
+
+ [ Helmut Grohne ]
+ * Split lopsubgen into a Multi-Arch: foreign package. Closes: #1078823
+
+ [ Andre Noll ]
+ * Mark liblopsub1t64 Multi-Arch: same.
+
+ -- Andre Noll <maan@tuebingen.mpg.de> Mon, 26 Aug 2024 16:21:14 +0200
+
liblopsub (1.0.5-1) unstable; urgency=medium
* prefer https:// over http:// and git://
Replaces: liblopsub1
Breaks: liblopsub1 (<< ${source:Version})
Architecture: any
+Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Long Option Parser for Subcommands
Lopsub is an open source library written in C which aims to ease
Package: liblopsub-dev
Architecture: any
-Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}, liblopsub-bin (= ${binary:Version})
Description: Long Option Parser for Subcommand - headers
Lopsub is an open source library written in C which aims to ease
the task of creating, documenting and parsing the options of Unix
supports single-character short options and GNU-style long options.
The public API is well documented and stable.
This package contains the development environment for the lopsub library.
+
+Package: liblopsub-bin
+Architecture: any
+Multi-Arch: foreign
+Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}), ${misc:Depends}
+Breaks: liblopsub-dev (<< 1.0.5-1.1~)
+Replaces: liblopsub-dev (<< 1.0.5-1.1~)
+Description: Long Option Parser for Subcommand - generator
+ Lopsub is an open source library written in C which aims to ease
+ the task of creating, documenting and parsing the options of Unix
+ command line utilities. It is suitable for simple commands as well
+ as complex command line utilities with many subcommands where each
+ subcommand has its own set of options. Options and documentation are
+ kept together in a single file which can be translated to C code (to
+ be included in the application), or to a manual page. The library
+ supports single-character short options and GNU-style long options.
+ The public API is well documented and stable.
+ This package contains the lopsubgen conversion utility.
package := liblopsub1t64
devpackage := liblopsub-dev
+binpackage := liblopsub-bin
define checkdir
@test -f debian/rules -a -f lopsub.c || \
mv $(TMPDIR)/usr/lib-$(TRIPLET) $(TMPDIR)/usr/lib/$(TRIPLET)
dh_install -p $(package)
dh_install -p $(devpackage)
+ dh_install -p $(binpackage)
+ dh_link -p $(binpackage)
dh_lintian
$(MAKE_DIR) $(DESTDIR)/DEBIAN $(DOCS_DIR) $(DEVDOCS_DIR)
echo 'activate-noawait ldconfig' > $(DESTDIR)/DEBIAN/triggers