From: Bernd Zeimetz Date: Sat, 9 Feb 2008 16:24:03 +0000 (+0100) Subject: Fixing several lintian warnings and errors X-Git-Tag: debian/1.2.26-1~36 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=31d9d00812e0413bbc30c4ce095db211eb56a90b;p=pkg-rrdtool.git Fixing several lintian warnings and errors --- diff --git a/debian/control b/debian/control index 3ef4891..52bc7ca 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: rrdtool Section: utils Priority: optional Maintainer: Debian RRDtool Team -Uploaders: Alexander Wirt +Uploaders: Alexander Wirt , Bernd Zeimetz Standards-Version: 3.7.3 Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, zlib1g-dev, libpng12-dev, libart-2.0-dev, libfreetype6-dev, @@ -49,11 +49,26 @@ Description: Time-series data storage and display system (runtime library) This package contains shared libraries used to access and manipulate RRDs. Package: librrd2-dev +Architecture: all +Section: libdevel +Depends: librrd-dev +Description: Transitional dummy package + The Round Robin Database Tool (RRDtool) is a system to store and display + time-series data (e.g. network bandwidth, machine-room temperature, + server load average). It stores the data in Round Robin Databases (RRDs), + a very compact way that will not expand over time. RRDtool processes the + extracted data to enforce a certain data density, allowing for useful + graphical representation of data values. + . + This package is a transitional dummy package to easy the transition towards + a -dev package name without encoded soname. + +Package: librrd-dev Architecture: any Section: libdevel -Depends: librrd2 (= ${Source-Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends} -Conflicts: librrd0-dev, librrd0 -Replaces: librrd0 +Depends: librrd2 (= ${binary:Version}), libpng12-dev, zlib1g-dev, libart-2.0-dev, libfreetype6-dev, ${misc:Depends} +Conflicts: librrd0-dev, librrd0, librrd2-dev (<< 1.2.26) +Replaces: librrd0, librrd2-dev (<< 1.2.26) Description: Time-series data storage and display system (development) The Round Robin Database Tool (RRDtool) is a system to store and display time-series data (e.g. network bandwidth, machine-room temperature, diff --git a/debian/copyright b/debian/copyright index c42f990..b9c61f6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -33,8 +33,8 @@ Copyright: more details. You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA FLOSS License Exception ======================= @@ -133,8 +133,7 @@ Files with different copyrights/licenses: You should have received a copy of the GNU Lesser General Public License along with Foobar; if not, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, a copy of the GNU Lesser General Public License, version 2, can be found in the file /usr/share/common-licenses/LGPL-2 @@ -286,9 +285,8 @@ Files with different copyrights/licenses: You should have received a copy of the GNU Library General Public License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. - + write to the Free Software Foundation, Inc., + 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * src/rrd_not_thread_safe.c, rrd_thread_safe.c: diff --git a/debian/librrd-dev.install b/debian/librrd-dev.install new file mode 100644 index 0000000..dccee1a --- /dev/null +++ b/debian/librrd-dev.install @@ -0,0 +1,7 @@ +usr/include +usr/lib/librrd.a +usr/lib/librrd_th.a +usr/lib/librrd.la +usr/lib/librrd_th.la +usr/lib/librrd.so +usr/lib/librrd_th.so diff --git a/debian/librrd2-dev.install b/debian/librrd2-dev.install deleted file mode 100644 index dccee1a..0000000 --- a/debian/librrd2-dev.install +++ /dev/null @@ -1,7 +0,0 @@ -usr/include -usr/lib/librrd.a -usr/lib/librrd_th.a -usr/lib/librrd.la -usr/lib/librrd_th.la -usr/lib/librrd.so -usr/lib/librrd_th.so diff --git a/debian/rules b/debian/rules index d451c00..4d7a850 100755 --- a/debian/rules +++ b/debian/rules @@ -165,9 +165,10 @@ binary-indep: dh_testroot echo 'rubydefault:Depends=librrd-ruby$(RUBY_DEFAULT_VERS)' >> debian/librrd-ruby.substvars dh_link -plibrrd-ruby /usr/share/doc/librrd-ruby$(RUBY_DEFAULT_VERS) /usr/share/doc/librrd-ruby + dh_link -plibrrd2-dev /usr/share/doc/librrd-dev /usr/share/doc/librrd2-dev dh_installchangelogs - dh_installdocs -s -Nlibrrd-ruby - dh_link -s -Nlibrrd-ruby + dh_installdocs -s -Nlibrrd-ruby -Nlibrrd2-dev + dh_link -s -Nlibrrd-ruby -Nlibrrd2-dev dh_perl -s dh_compress -s dh_fixperms -s