Commit f3329dda10d6c5ea1679a6afbb722999cf43f57e
1 parent
41cc4739
Remove Debian and Fedora packaging
They are already included in these Linux distributions.
Showing
15 changed files
with
1 additions
and
378 deletions
.gitignore
| @@ -23,7 +23,6 @@ Makefile.in | @@ -23,7 +23,6 @@ Makefile.in | ||
| 23 | /ltmain.sh | 23 | /ltmain.sh |
| 24 | /missing | 24 | /missing |
| 25 | /libmodbus.pc | 25 | /libmodbus.pc |
| 26 | -/libmodbus.spec | ||
| 27 | /stamp-h1 | 26 | /stamp-h1 |
| 28 | /*.sublime-* | 27 | /*.sublime-* |
| 29 | src/modbus-version.h | 28 | src/modbus-version.h |
| @@ -41,12 +40,3 @@ tests/stamp-h2 | @@ -41,12 +40,3 @@ tests/stamp-h2 | ||
| 41 | doc/*.html | 40 | doc/*.html |
| 42 | doc/*.3 | 41 | doc/*.3 |
| 43 | doc/*.7 | 42 | doc/*.7 |
| 44 | -debian/*.log | ||
| 45 | -debian/*.debhelper | ||
| 46 | -debian/*.substvars | ||
| 47 | -debian/files | ||
| 48 | -debian/libmodbus-dev/ | ||
| 49 | -debian/libmodbus5/ | ||
| 50 | -debian/stamp-* | ||
| 51 | -debian/tmp/ | ||
| 52 | -debian/libmodbus-dbg/ |
Makefile.am
configure.ac
debian/changelog deleted
| 1 | -libmodbus (3.0.5-1) unstable; urgency=low | ||
| 2 | - | ||
| 3 | - * New upstream release | ||
| 4 | - * Refresh 01-add-length-checks.patch, as most changes have been superseded | ||
| 5 | - upstream | ||
| 6 | - | ||
| 7 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Mon, 07 Oct 2013 20:50:25 +0200 | ||
| 8 | - | ||
| 9 | -libmodbus (3.0.4-1) unstable; urgency=low | ||
| 10 | - | ||
| 11 | - * New upstream release | ||
| 12 | - * Update standards-version to 3.9.4 (no changes) | ||
| 13 | - * Enable parallel build | ||
| 14 | - * Enable verbose build to show compiler flags to build log checks | ||
| 15 | - * Update watch file to filter out unstable versions | ||
| 16 | - | ||
| 17 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Sun, 30 Jun 2013 12:25:01 +0200 | ||
| 18 | - | ||
| 19 | -libmodbus (3.0.3-4) unstable; urgency=low | ||
| 20 | - | ||
| 21 | - * Upload to unstable | ||
| 22 | - * Update watch file, thanks to Bart Martens | ||
| 23 | - | ||
| 24 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Mon, 13 May 2013 21:07:59 +0200 | ||
| 25 | - | ||
| 26 | -libmodbus (3.0.3-3) experimental; urgency=low | ||
| 27 | - | ||
| 28 | - * Fix watch file | ||
| 29 | - * Switch to debhelper | ||
| 30 | - * Remove Build-Depends on cdbs | ||
| 31 | - * Multiarch support | ||
| 32 | - | ||
| 33 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Sun, 11 Nov 2012 19:16:34 +0100 | ||
| 34 | - | ||
| 35 | -libmodbus (3.0.3-2) experimental; urgency=low | ||
| 36 | - | ||
| 37 | - * Install upstream changelog correctly. | ||
| 38 | - | ||
| 39 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Sat, 09 Jun 2012 16:26:41 +0200 | ||
| 40 | - | ||
| 41 | -libmodbus (3.0.3-1) unstable; urgency=low | ||
| 42 | - | ||
| 43 | - * Acknowledge NMU, thanks to Roland Stigge and Josef Holzmayr | ||
| 44 | - * New upstream release | ||
| 45 | - * Update standards-version to 3.9.3 (no changes) | ||
| 46 | - * Move to debhelper compatibility level 9 | ||
| 47 | - * Add symbols file | ||
| 48 | - * Add watch file | ||
| 49 | - | ||
| 50 | - -- Ivo De Decker <ivo.dedecker@ugent.be> Sat, 26 May 2012 14:19:39 +0200 | ||
| 51 | - | ||
| 52 | -libmodbus (3.0.2-1.1) unstable; urgency=low | ||
| 53 | - | ||
| 54 | - * Non-maintainer upload. | ||
| 55 | - * Added patch: Fix crash by adding length checks (Closes: #664740) | ||
| 56 | - thanks to Josef Holzmayr | ||
| 57 | - | ||
| 58 | - -- Roland Stigge <stigge@antcom.de> Fri, 30 Mar 2012 09:45:51 +0200 | ||
| 59 | - | ||
| 60 | -libmodbus (3.0.2-1) unstable; urgency=low | ||
| 61 | - | ||
| 62 | - * New upstream release | ||
| 63 | - * Update standards-version to 3.9.2 (no changes) | ||
| 64 | - * Use dh-autoreconf | ||
| 65 | - * Update copyright years | ||
| 66 | - | ||
| 67 | - -- Ivo De Decker <Ivo.DeDecker@UGent.be> Mon, 20 Feb 2012 17:18:27 +0100 | ||
| 68 | - | ||
| 69 | -libmodbus (3.0.1-2) unstable; urgency=low | ||
| 70 | - | ||
| 71 | - * Initial Debian release | ||
| 72 | - | ||
| 73 | - -- Ivo De Decker <Ivo.DeDecker@UGent.be> Thu, 11 Aug 2011 19:53:33 +0200 | ||
| 74 | - | ||
| 75 | -libmodbus (3.0.1-1) unstable; urgency=low | ||
| 76 | - | ||
| 77 | - * New upstream release | ||
| 78 | - | ||
| 79 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Mon, 18 Jul 2011 22:27:40 +0200 | ||
| 80 | - | ||
| 81 | -libmodbus (3.0.0-1) unstable; urgency=low | ||
| 82 | - | ||
| 83 | - * New upstream release | ||
| 84 | - | ||
| 85 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Mon, 11 Jul 2011 23:23:32 +0200 | ||
| 86 | - | ||
| 87 | -libmodbus (2.9.4-1) maverick; urgency=low | ||
| 88 | - | ||
| 89 | - * New upstream release | ||
| 90 | - | ||
| 91 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Sun, 05 Jun 2011 12:38:34 +0200 | ||
| 92 | - | ||
| 93 | -libmodbus (2.9.3-1) maverick; urgency=low | ||
| 94 | - | ||
| 95 | - * New upstream release | ||
| 96 | - | ||
| 97 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Fri, 14 Jan 2011 00:37:20 +0100 | ||
| 98 | - | ||
| 99 | -libmodbus (2.9.2-1) maverick; urgency=low | ||
| 100 | - | ||
| 101 | - * New upstream release | ||
| 102 | - | ||
| 103 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Mon, 4 Oct 2010 13:21:52 +0200 | ||
| 104 | - | ||
| 105 | -libmodbus (2.0.3-1) intrepid; urgency=low | ||
| 106 | - | ||
| 107 | - * New upstream release | ||
| 108 | - | ||
| 109 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Sun, 22 Mar 2009 12:16:52 +0200 | ||
| 110 | - | ||
| 111 | -libmodbus (2.0.2-1) hardy; urgency=low | ||
| 112 | - | ||
| 113 | - * New upstream release | ||
| 114 | - | ||
| 115 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Sun, 10 Aug 2008 16:44:49 +0200 | ||
| 116 | - | ||
| 117 | -libmodbus (2.0.1-1) hardy; urgency=low | ||
| 118 | - | ||
| 119 | - * New upstream release | ||
| 120 | - | ||
| 121 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Thu, 03 Jul 2008 21:47:52 +0200 | ||
| 122 | - | ||
| 123 | -libmodbus (2.0.0-2) hardy; urgency=low | ||
| 124 | - | ||
| 125 | - * Add test files to examples directory in libmodbus-dev. | ||
| 126 | - * Add MIGRATION file to libmodbus-dev. | ||
| 127 | - * Define the compatibility level to 6. | ||
| 128 | - | ||
| 129 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Sun, 18 May 2008 14:30:23 +0200 | ||
| 130 | - | ||
| 131 | -libmodbus (2.0.0-1) hardy; urgency=low | ||
| 132 | - | ||
| 133 | - * Initial release. | ||
| 134 | - | ||
| 135 | - -- Stéphane Raimbault <stephane.raimbault@gmail.com> Wed, 14 May 2008 22:30:53 +0200 |
debian/compat deleted
| 1 | -9 |
debian/control deleted
| 1 | -Source: libmodbus | ||
| 2 | -Priority: extra | ||
| 3 | -Maintainer: Ivo De Decker <ivo.dedecker@ugent.be> | ||
| 4 | -Standards-Version: 3.9.4 | ||
| 5 | -Section: libs | ||
| 6 | -Build-Depends: debhelper (>= 9), asciidoc, xmlto, dh-autoreconf | ||
| 7 | -Homepage: http://libmodbus.org/ | ||
| 8 | - | ||
| 9 | -Package: libmodbus5 | ||
| 10 | -Architecture: any | ||
| 11 | -Depends: ${shlibs:Depends}, ${misc:Depends} | ||
| 12 | -Pre-Depends: ${misc:Pre-Depends} | ||
| 13 | -Multi-Arch: same | ||
| 14 | -Description: library for the Modbus protocol | ||
| 15 | - A Modbus library written in C, to send/receive data with a device which | ||
| 16 | - respects the Modbus protocol. This library can use a serial port or an | ||
| 17 | - Ethernet connection. | ||
| 18 | - . | ||
| 19 | - This package contains the shared library. | ||
| 20 | - | ||
| 21 | -Package: libmodbus-dev | ||
| 22 | -Section: libdevel | ||
| 23 | -Architecture: any | ||
| 24 | -Depends: libmodbus5 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} | ||
| 25 | -Description: development files for the Modbus protocol library | ||
| 26 | - A Modbus library written in C, to send/receive data with a device which | ||
| 27 | - respects the Modbus protocol. This library can use a serial port or an | ||
| 28 | - Ethernet connection. | ||
| 29 | - . | ||
| 30 | - This package contains the development files. | ||
| 31 | - |
debian/copyright deleted
| 1 | -This package was debianized by Stéphane Raimbault | ||
| 2 | -<stephane.raimbault@gmail.com> on Wed, 14 May 2008 22:30:53 +0200 | ||
| 3 | - | ||
| 4 | -It was downloaded from <http://libmodbus.org> | ||
| 5 | - | ||
| 6 | -Upstream Author: | ||
| 7 | - | ||
| 8 | - Stéphane Raimbault <stephane.raimbault@gmail.com> | ||
| 9 | - | ||
| 10 | -Copyright: | ||
| 11 | - | ||
| 12 | - <Copyright (C) 2001-2012 Stéphane Raimbault> | ||
| 13 | - | ||
| 14 | -License for libmodbus: | ||
| 15 | - | ||
| 16 | - This library is free software; you can redistribute it and/or modify it | ||
| 17 | - under the terms of the GNU Lesser General Public License as published by the | ||
| 18 | - Free Software Foundation; either version 2.1 of the License, or (at your | ||
| 19 | - option) any later version. | ||
| 20 | - | ||
| 21 | - This library is distributed in the hope that it will be useful, but WITHOUT | ||
| 22 | - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | ||
| 23 | - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License | ||
| 24 | - for more details. | ||
| 25 | - | ||
| 26 | - You should have received a copy of the GNU Lesser General Public License | ||
| 27 | - along with this library; if not, write to the Free Software Foundation, | ||
| 28 | - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
| 29 | - | ||
| 30 | - On Debian systems, the complete text of the GNU General Public License | ||
| 31 | - can be found in /usr/share/common-licenses/LGPL-2.1 | ||
| 32 | - | ||
| 33 | -License for the tests: | ||
| 34 | - | ||
| 35 | - Copyright (c) 2008-2014 by Stéphane Raimbault | ||
| 36 | - All rights reserved. | ||
| 37 | - | ||
| 38 | - Redistribution and use in source and binary forms, with or without | ||
| 39 | - modification, are permitted provided that the following conditions are | ||
| 40 | - met: | ||
| 41 | - | ||
| 42 | - * Redistributions of source code must retain the above copyright | ||
| 43 | - notice, this list of conditions and the following disclaimer. | ||
| 44 | - | ||
| 45 | - * Redistributions in binary form must reproduce the above | ||
| 46 | - copyright notice, this list of conditions and the following | ||
| 47 | - disclaimer in the documentation and/or other materials provided | ||
| 48 | - with the distribution. | ||
| 49 | - | ||
| 50 | - * The names of the contributors may not be used to endorse or | ||
| 51 | - promote products derived from this software without specific | ||
| 52 | - prior written permission. | ||
| 53 | - | ||
| 54 | - THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
| 55 | - "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
| 56 | - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
| 57 | - A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
| 58 | - OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
| 59 | - SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 60 | - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
| 61 | - DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
| 62 | - THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 63 | - (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| 64 | - OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
| 65 | - | ||
| 66 | -The Debian packaging is: | ||
| 67 | - | ||
| 68 | - Copyright (C) 2008-2011 Stéphane Raimbault <stephane.raimbault@gmail.com> | ||
| 69 | - Copyright (C) 2011-2012 Ivo De Decker <Ivo.DeDecker@UGent.be> | ||
| 70 | - | ||
| 71 | -and is licensed under the LGPL version 2.1 or later, see | ||
| 72 | -"/usr/share/common-licenses/LGPL-2.1". | ||
| 73 | - | ||
| 74 | - |
debian/libmodbus-dev.docs deleted
| 1 | -MIGRATION README.md AUTHORS |
debian/libmodbus-dev.examples deleted
debian/libmodbus-dev.install deleted
debian/libmodbus-dev.manpages deleted
debian/libmodbus5.install deleted
| 1 | -debian/tmp/usr/lib/*/libmodbus.so.* |
debian/rules deleted
debian/source/format deleted
| 1 | -3.0 (quilt) |
libmodbus.spec.in deleted
| 1 | -Name: libmodbus | ||
| 2 | -Version: @PACKAGE_VERSION@ | ||
| 3 | -Release: 1%{?dist} | ||
| 4 | -Summary: A Modbus library | ||
| 5 | -Group: Applications/System | ||
| 6 | -License: LGPLv2+ | ||
| 7 | -URL: http://www.libmodbus.org/ | ||
| 8 | -Source0: https://github.com/downloads/stephane/libmodbus/libmodbus-%{version}.tar.gz | ||
| 9 | -BuildRequires: autoconf, automake, libtool, xmlto, asciidoc | ||
| 10 | - | ||
| 11 | -%description | ||
| 12 | -libmodbus is a C library designed to provide a fast and robust implementation of | ||
| 13 | -the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. | ||
| 14 | - | ||
| 15 | -This package contains the libmodbus shared library. | ||
| 16 | - | ||
| 17 | -%package devel | ||
| 18 | -Summary: Development files for libmodbus | ||
| 19 | -Group: Development/Libraries | ||
| 20 | -Requires: %{name}%{?_isa} = %{version}-%{release} | ||
| 21 | - | ||
| 22 | -%description devel | ||
| 23 | -libmodbus is a C library designed to provide a fast and robust implementation of | ||
| 24 | -the Modbus protocol. It runs on Linux, Mac OS X, FreeBSD, QNX and Windows. | ||
| 25 | - | ||
| 26 | -This package contains libraries, header files and developer documentation needed | ||
| 27 | -for developing software which uses the libmodbus library. | ||
| 28 | - | ||
| 29 | -%prep | ||
| 30 | -%setup -q | ||
| 31 | - | ||
| 32 | -autoreconf | ||
| 33 | - | ||
| 34 | -%build | ||
| 35 | -%configure | ||
| 36 | -make %{?_smp_mflags} | ||
| 37 | - | ||
| 38 | -%install | ||
| 39 | -make install DESTDIR=%{buildroot} | ||
| 40 | -rm -f %{buildroot}/%{_libdir}/*.la | ||
| 41 | - | ||
| 42 | -%post -p /sbin/ldconfig | ||
| 43 | - | ||
| 44 | -%postun -p /sbin/ldconfig | ||
| 45 | - | ||
| 46 | -%files | ||
| 47 | -%defattr(-,root,root) | ||
| 48 | - | ||
| 49 | -%doc AUTHORS MIGRATION NEWS COPYING.LESSER README.md | ||
| 50 | - | ||
| 51 | -%{_libdir}/libmodbus.so.* | ||
| 52 | - | ||
| 53 | -%files devel | ||
| 54 | -%defattr(-,root,root) | ||
| 55 | -%{_includedir}/modbus/ | ||
| 56 | - | ||
| 57 | -%{_libdir}/pkgconfig/libmodbus.pc | ||
| 58 | -%{_libdir}/libmodbus.so | ||
| 59 | - | ||
| 60 | -%{_mandir}/man7/*.7.* | ||
| 61 | -%{_mandir}/man3/*.3.* | ||
| 62 | - | ||
| 63 | -%changelog | ||
| 64 | -* Mon Jul 23 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.1-2 | ||
| 65 | -- package reviewed by Peter Lemenkov <lemenkov@gmail.com> and Veeti Paananen | ||
| 66 | - <veeti.paananen@rojekti.fi> of Fedora Quality Assurance team | ||
| 67 | - | ||
| 68 | -* Mon Jul 18 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.1-1 | ||
| 69 | -- new upstream release | ||
| 70 | - | ||
| 71 | -* Thu Jul 11 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 3.0.0-1 | ||
| 72 | -- revert the license to LGPLv2.1+ | ||
| 73 | -- new spec file generated by autoconf | ||
| 74 | -- add documentation, devel package and various changes | ||
| 75 | - | ||
| 76 | -* Sun Jun 5 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.9.4-1 | ||
| 77 | -- new upstream release | ||
| 78 | - | ||
| 79 | -* Mon Jan 10 2011 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.9.3-1 | ||
| 80 | -- new upstream release | ||
| 81 | - | ||
| 82 | -* Mon Oct 5 2010 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.9.2-1 | ||
| 83 | -- new upstream release | ||
| 84 | - | ||
| 85 | -* Fri Jul 2 2008 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.0.1-1 | ||
| 86 | -- new upstream release | ||
| 87 | - | ||
| 88 | -* Fri May 2 2008 Stéphane Raimbault <stephane.raimbault@gmail.com> - 2.0.0-1 | ||
| 89 | -- integrate extern_for_cpp in upstream. | ||
| 90 | -- update the license to version LGPL v3. | ||
| 91 | - | ||
| 92 | -* Tue Apr 30 2008 Todd Denniston <Todd.Denniston@ssa.crane.navy.mil> - 1.9.0-2 | ||
| 93 | -- get the license corrected in the spec file. | ||
| 94 | -- add a URL for where to find libmodbus. | ||
| 95 | -- tweak the summary and description. | ||
| 96 | - | ||
| 97 | -* Tue Apr 29 2008 Todd Denniston <Todd.Denniston@ssa.crane.navy.mil> - 1.9.0-1 | ||
| 98 | -- upgrade to latest upstream (pre-release) | ||
| 99 | -- port extern_for_cpp patch to 1.9.0 | ||
| 100 | - | ||
| 101 | -* Tue Apr 29 2008 Todd Denniston <Todd.Denniston@ssa.crane.navy.mil> - 1.2.4-2_tad | ||
| 102 | -- add a patch to allow compiling with c++ code. | ||
| 103 | - | ||
| 104 | -* Mon Apr 28 2008 Todd Denniston <Todd.Denniston@ssa.crane.navy.mil> - 1.2.4-1_tad | ||
| 105 | -- build spec file. | ||
| 106 | -- include patch for controling error-treat. |