From: Antonio Ospite Date: Thu, 1 Mar 2018 17:24:21 +0000 (+0100) Subject: Merge tag 'v0.1.7' into debian/master X-Git-Tag: debian/0.1.7-1~23 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/ca9d15b4f083d6b7f8257550f0a43839c3e052d9?hp=d99323d05c42e148a8f1748504e4abd4694359e6 Merge tag 'v0.1.7' into debian/master Release version 0.1.7 --- diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..dfdf2fb --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,6 @@ + +Permission to access am7xxx devices +=================================== + +The access to am7xxx devices is granted to any user belonging to the +"plugdev" group. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..23bd32d --- /dev/null +++ b/debian/changelog @@ -0,0 +1,100 @@ +libam7xxx (0.1.6-2) unstable; urgency=medium + + * debian/patches: add a patch to make the build of Doxygen docs reproducible + * debian/patches: add patch to fix warning about missing declaration of lroundf + * debian/libam7xxx0.1-doc.lintian-overrides: drop unused-overrides + + -- Antonio Ospite Tue, 17 Nov 2015 20:18:01 +0100 + +libam7xxx (0.1.6-1) unstable; urgency=medium + + * New upstream release (Closes: #803832) + * debian/patches: drop all patches, they have all been applied upstream + * debian/control: increase Standards-Version to 3.9.6 + + -- Antonio Ospite Tue, 17 Nov 2015 18:16:29 +0100 + +libam7xxx (0.1.5-3) unstable; urgency=medium + + * debian/control: move asciidoc and xmlto to Build-Depends + They were in Build-Depends-Indep before, but this was not right as these + dependencies are needed for creating the man pages in the arch:any + packages. + + -- Antonio Ospite Thu, 06 Nov 2014 15:09:23 +0100 + +libam7xxx (0.1.5-2) unstable; urgency=medium + + * debian/gbp.conf: fix typo s/prinstine-tar/pristine-tar/g + * debian/libam7xxx0.1-doc.lintian-overrides: update one override + * debian/patches: add a patch to fix the license of the example programs + * debian/copyright: document the license of some scripts from contrib/ + * debian/libam7xxx0.1-bin.install: distribute some files from contrib/ + * debian/libam7xxx0.1-doc.examples: move the C example programs to libam7xxx-dev + + -- Antonio Ospite Mon, 07 Jul 2014 22:41:29 +0200 + +libam7xxx (0.1.5-1) unstable; urgency=medium + + * New upstream release + * debian/control: update Maintainer email address + * debian/copyright: update contact info and copyright years + * debian/rules: install the NEWS file as the upstream changelog + * debian/control: rename the libam7xxx-doc package to libam7xxx0.1-doc + * debian/libam7xxx0.1-doc.lintian-overrides: update overrides + * debian/control: rename the libam7xxx-bin package to libam7xxx0.1-bin + * debian/patches: drop all patches + * debian/watch: detect new versions from gitweb + * debian/control: fix installation over old versions + * debian/control: use a single dash in short descriptions + * debian/control: fix cme warnings "Synopsis is too long." + + -- Antonio Ospite Thu, 15 May 2014 18:09:09 +0200 + +libam7xxx (0.1.4-3) unstable; urgency=medium + + * debian/control: remove versions from libav dependencies + * debian/patches: add 0003-CMakeLists.txt-define-DEBUG-1-only-when-CMAKE_BUILD_.patch + * debian/control: drop the version on the asciidoc dependency + * debian/gbp.conf: explicitly disable pristine-tar + * debian/control: bump Standards-Version to 3.9.5 + * debian/control: specify the debian package branch in Vcs-Git + * debian/control: drop the am7xxx metapackage + * debian/patches: add 0004-Revert-am7xxx-use-the-symbolic-constant-for-libusb-l.patch + + -- Antonio Ospite Wed, 29 Jan 2014 15:29:28 +0100 + +libam7xxx (0.1.4-2) unstable; urgency=low + + * debian/patches: add 0002-am7xxx-add-quirks-for-Philips-Sagemcom-PicoPix-2055.patch + + -- Antonio Ospite Sat, 03 Aug 2013 16:27:13 +0200 + +libam7xxx (0.1.4-1) unstable; urgency=low + + * New upstream release + * debian/patches: refresh patches for v0.1.4 + * debian/libam7xxx0.1.symbols: add the am7xxx_send_image_async symbol + * debian/control: update the list of supported devices + * debian/control: fix a not-binnmuable-any-depends-all lintian error + * debian/control: update Standards-Version to 3.9.4 + + -- Antonio Ospite Sun, 28 Jul 2013 22:39:42 +0200 + +libam7xxx (0.1.3-1) unstable; urgency=low + + * New upstream release + * debian/libam7xxx0.1.symbols: add the am7xxx_set_zoom_mode symbol + * debian/patches: add patch 0001 for a missing man page + * debian/control: update the list of supported devices + * debian: add a package for debug symbols + * debian/patches: add 0002-Revert-am7xxx-play-switch-to-avcodec_encode_video2.patch + * debian/control: restrict the version also for the other libav libraries + + -- Antonio Ospite Mon, 18 Mar 2013 14:04:14 +0100 + +libam7xxx (0.1.2-1) unstable; urgency=low + + * Initial release (Closes: #666075) + + -- Antonio Ospite Wed, 28 Mar 2012 16:51:54 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f25bfab --- /dev/null +++ b/debian/control @@ -0,0 +1,139 @@ +Source: libam7xxx +Section: libdevel +Priority: extra +Maintainer: Antonio Ospite +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), cmake, pkg-config, + libusb-1.0-0-dev, libxcb1-dev, + libavdevice-dev, libavformat-dev, libavcodec-dev, libswscale-dev, + asciidoc, xmlto +Build-Depends-Indep: doxygen +Standards-Version: 3.9.6 +Homepage: http://git.ao2.it/libam7xxx.git +Vcs-Git: git://git.ao2.it/libam7xxx.git -b debian +Vcs-Browser: http://git.ao2.it/libam7xxx.git + +Package: libam7xxx0.1 +Section: libs +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: libam7xxx0.1-bin (= ${binary:Version}), usb-modeswitch, usb-modeswitch-data (>= 20111023-1) +Description: library for accessing am7xxx based devices + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + - Philips/SagemCom PicoPix 2330 + - Top-Height/TEC PP700 + . + This package contains the shared library of libam7xxx. + +Package: libam7xxx0.1-dbg +Section: debug +Architecture: any +Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version}) +Description: debugging symbols for libam7xxx + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + - Philips/SagemCom PicoPix 2330 + - Top-Height/TEC PP700 + . + This package contains the debugging symbols for libam7xxx. + +Package: libam7xxx-dev +Architecture: any +Depends: ${misc:Depends}, libam7xxx0.1 (= ${binary:Version}) +Recommends: libam7xxx0.1-doc (= ${source:Version}) +Description: library for accessing am7xxx devices - development files + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + - Philips/SagemCom PicoPix 2330 + - Top-Height/TEC PP700 + . + This is the development package containing the libraries and header for + software development with libam7xxx. + +Package: libam7xxx0.1-bin +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: libam7xxx-bin +Replaces: libam7xxx-bin +Description: library for accessing am7xxx devices - utilities + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + - Philips/SagemCom PicoPix 2330 + - Top-Height/TEC PP700 + . + This package includes utilities and sample programs for libam7xxx. + +Package: libam7xxx0.1-doc +Section: doc +Architecture: all +Depends: ${misc:Depends} +Conflicts: libam7xxx-doc +Replaces: libam7xxx-doc +Description: library for accessing am7xxx devices - documentation + libam7xxx is an Open Source library to communicate via USB with projectors and + Digital Picture Frames based on the Actions Micro AM7XXX family if ICs. + . + libam7xxx makes it possible to use these devices as USB displays on + non-Windows Operating Systems like GNU/Linux or Android/Linux just to name + a few, and on non-PC platforms like for instance mobile phones, tablets or + game consoles. + . + Examples of supported devices are: + - Acer C110 + - Acer C112 + - Aiptek PocketCinema T25 + - Philips/SagemCom PicoPix 1020 + - Philips/SagemCom PicoPix 2055 + - Philips/SagemCom PicoPix 2330 + - Top-Height/TEC PP700 + . + This package contains the documentation of the API of libam7xxx. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ee15758 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,107 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libam7xxx +Upstream-Contact: Antonio Ospite +Source: http://git.ao2.it/libam7xxx.git + +Files: * +Copyright: 2012-2014, Antonio Ospite +License: GPL-2+ + +Files: cmake_modules/Findlibusb-1.0.cmake +Copyright: 2006, Andreas Schneider + 2008, Kyle Machulis +License: BSD-3+CMAKE + +Files: cmake_modules/FindXCB.cmake +Copyright: 2008 Helio Chissini de Castro, + 2007, Matthias Kretz, +License: BSD-3+CMAKE + +Files: debian/* +Copyright: 2012-2014, Antonio Ospite +License: GPL-2+ + +Files: examples/* +Copyright: 2012-2014, Antonio Ospite +License: GPL-3+ + +Files: contrib/*.sh +Copyright: 2012-2014, Antonio Ospite +License: WTFPL-2 + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-3+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: BSD-3+CMAKE + Redistribution and use is allowed according to the terms of the New BSD license. + . + CMake-Modules Project New BSD License + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + * Neither the name of the CMake-Modules Project nor the names of its + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: WTFPL-2 + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + . + Copyright (C) 2004 Sam Hocevar + . + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + . + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + . + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..7ac6ffb --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +debian-branch = debian +upstream-branch = master +upstream-tag = v%(version)s +pristine-tar = False diff --git a/debian/libam7xxx-dev.examples b/debian/libam7xxx-dev.examples new file mode 100644 index 0000000..43ec862 --- /dev/null +++ b/debian/libam7xxx-dev.examples @@ -0,0 +1 @@ +examples/*.c diff --git a/debian/libam7xxx-dev.install b/debian/libam7xxx-dev.install new file mode 100644 index 0000000..6970d78 --- /dev/null +++ b/debian/libam7xxx-dev.install @@ -0,0 +1,3 @@ +usr/include/am7xxx.h +usr/lib/*.so +usr/lib/pkgconfig/* diff --git a/debian/libam7xxx0.1-bin.install b/debian/libam7xxx0.1-bin.install new file mode 100644 index 0000000..0781138 --- /dev/null +++ b/debian/libam7xxx0.1-bin.install @@ -0,0 +1,2 @@ +usr/bin/* +contrib/50-am7xxx_mode_switch.rules contrib/99-am7xxx-autodisplay.rules contrib/*.sh usr/share/doc/libam7xxx0.1-bin/contrib diff --git a/debian/libam7xxx0.1-bin.manpages b/debian/libam7xxx0.1-bin.manpages new file mode 100644 index 0000000..4450a71 --- /dev/null +++ b/debian/libam7xxx0.1-bin.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/*.1 diff --git a/debian/libam7xxx0.1-doc.doc-base b/debian/libam7xxx0.1-doc.doc-base new file mode 100644 index 0000000..bca236e --- /dev/null +++ b/debian/libam7xxx0.1-doc.doc-base @@ -0,0 +1,10 @@ +Document: libam7xxx +Title: libam7xxx API Manual +Author: libam7xxx project +Abstract: This manual describes the API of libam7xxx, an open source driver + for AM7XXX devices. +Section: Programming + +Format: HTML +Index: /usr/share/doc/libam7xxx0.1-doc/html/index.html +Files: /usr/share/doc/libam7xxx0.1-doc/html/*.html diff --git a/debian/libam7xxx0.1-doc.docs b/debian/libam7xxx0.1-doc.docs new file mode 100644 index 0000000..2423339 --- /dev/null +++ b/debian/libam7xxx0.1-doc.docs @@ -0,0 +1,3 @@ +HACKING.asciidoc +README.asciidoc +debian/tmp/usr/share/doc/libam7xxx/html/ diff --git a/debian/libam7xxx0.1-doc.lintian-overrides b/debian/libam7xxx0.1-doc.lintian-overrides new file mode 100644 index 0000000..86dc9dd --- /dev/null +++ b/debian/libam7xxx0.1-doc.lintian-overrides @@ -0,0 +1,5 @@ +# These are derived from how doxygen works, we are masking them so to have +# less noise when running lintian +libam7xxx0.1-doc: duplicate-files usr/share/doc/libam7xxx0.1-doc/html/search/all_1.js usr/share/doc/libam7xxx0.1-doc/html/search/pages_0.js +libam7xxx0.1-doc: duplicate-files usr/share/doc/libam7xxx0.1-doc/html/search/all_2.js usr/share/doc/libam7xxx0.1-doc/html/search/variables_0.js +libam7xxx0.1-doc: embedded-javascript-library usr/share/doc/libam7xxx0.1-doc/html/jquery.js please use libjs-jquery diff --git a/debian/libam7xxx0.1.install b/debian/libam7xxx0.1.install new file mode 100644 index 0000000..093956b --- /dev/null +++ b/debian/libam7xxx0.1.install @@ -0,0 +1 @@ +usr/lib/*.so.* diff --git a/debian/libam7xxx0.1.symbols b/debian/libam7xxx0.1.symbols new file mode 100644 index 0000000..c46f82e --- /dev/null +++ b/debian/libam7xxx0.1.symbols @@ -0,0 +1,12 @@ +libam7xxx.so.0.1 libam7xxx0.1 #MINVER# + am7xxx_calc_scaled_image_dimensions@Base 0.1.0 + am7xxx_close_device@Base 0.1.0 + am7xxx_get_device_info@Base 0.1.0 + am7xxx_init@Base 0.1.0 + am7xxx_open_device@Base 0.1.0 + am7xxx_send_image@Base 0.1.0 + am7xxx_send_image_async@Base 0.1.4 + am7xxx_set_log_level@Base 0.1.0 + am7xxx_set_power_mode@Base 0.1.0 + am7xxx_set_zoom_mode@Base 0.1.3 + am7xxx_shutdown@Base 0.1.0 diff --git a/debian/libam7xxx0.1.udev b/debian/libam7xxx0.1.udev new file mode 120000 index 0000000..e5bed5d --- /dev/null +++ b/debian/libam7xxx0.1.udev @@ -0,0 +1 @@ +../contrib/55-am7xxx.rules \ No newline at end of file diff --git a/debian/patches/am7xxx-bump-_POSIX_C_SOURCE-to-200112L-for-lroundf.patch b/debian/patches/am7xxx-bump-_POSIX_C_SOURCE-to-200112L-for-lroundf.patch new file mode 100644 index 0000000..3ddd07a --- /dev/null +++ b/debian/patches/am7xxx-bump-_POSIX_C_SOURCE-to-200112L-for-lroundf.patch @@ -0,0 +1,29 @@ +From 80f9d332324848b878fca92f7097aa8fb71ec423 Mon Sep 17 00:00:00 2001 +From: Antonio Ospite +Date: Tue, 17 Nov 2015 18:42:39 +0100 +Subject: [PATCH] am7xxx: bump _POSIX_C_SOURCE to 200112L for lroundf() +X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE + +The library code uses lroundf() from math.h but some compilers may warn +about an implicit definition of it, so make sure it it actually +available by following the requirements from the LROUND(3) man page. +--- + src/CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt +index f743b1a..7e914f7 100644 +--- a/src/CMakeLists.txt ++++ b/src/CMakeLists.txt +@@ -1,5 +1,5 @@ + add_definitions("-D_BSD_SOURCE") # for htole32() +-add_definitions("-D_POSIX_C_SOURCE=199309L") # for nanosleep() ++add_definitions("-D_POSIX_C_SOURCE=200112L") # for nanosleep() and lroundf() + + # Find packages needed to build library + find_package(libusb-1.0 REQUIRED) +-- +2.6.2 + diff --git a/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch b/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch new file mode 100644 index 0000000..becd85f --- /dev/null +++ b/debian/patches/doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch @@ -0,0 +1,29 @@ +From f167e2792c7e4ca344167d88e80473e392879983 Mon Sep 17 00:00:00 2001 +From: Antonio Ospite +Date: Tue, 17 Nov 2015 18:24:42 +0100 +Subject: [PATCH] doc/Doxyfile.in: set HTML_TIMESTAMP to NO to make the build + reproducible +X-Face: z*RaLf`X<@C75u6Ig9}{oW$H;1_\2t5)({*|jhM/Vb;]yA5\I~93>J<_`<4)A{':UrE + +--- + doc/Doxyfile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in +index fa85ae9..b01224c 100644 +--- a/doc/Doxyfile.in ++++ b/doc/Doxyfile.in +@@ -153,7 +153,7 @@ HTML_EXTRA_FILES = + HTML_COLORSTYLE_HUE = 220 + HTML_COLORSTYLE_SAT = 100 + HTML_COLORSTYLE_GAMMA = 80 +-HTML_TIMESTAMP = YES ++HTML_TIMESTAMP = NO + HTML_DYNAMIC_SECTIONS = NO + HTML_INDEX_NUM_ENTRIES = 100 + GENERATE_DOCSET = NO +-- +2.6.2 + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..095cc1a --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +doc-Doxyfile.in-set-HTML_TIMESTAMP-to-NO-to-make-the.patch +am7xxx-bump-_POSIX_C_SOURCE-to-200112L-for-lroundf.patch diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..c5817c9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_LDFLAGS_MAINT_APPEND=-Wl,-Bsymbolic-functions -Wl,--as-needed +include /usr/share/dpkg/buildflags.mk +export CFLAGS CPPFLAGS LDFLAGS + +%: + dh $@ + +override_dh_installchangelogs: + dh_installchangelogs NEWS + +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=libam7xxx0.1-dbg diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..02da243 --- /dev/null +++ b/debian/watch @@ -0,0 +1,5 @@ +version=3 + +opts=downloadurlmangle=s/shortlog\/refs\/tags\/(v[\d\.]+)/snapshot\/$1.tar.gz/,\ +filenamemangle=s/.*v([\d\.]+)$/libam7xxx-$1.tar.gz/ \ + http://git.ao2.it/libam7xxx.git/tags ^.*v([\d\.]+)