summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f2a058)
raw | patch | inline | side by side (parent: 7f2a058)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 16:24:03 +0000 (17:24 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 16:24:03 +0000 (17:24 +0100) |
debian/control | patch | blob | history | |
debian/copyright | patch | blob | history | |
debian/librrd-dev.install | [new file with mode: 0644] | patch | blob |
debian/librrd2-dev.install | [deleted file] | patch | blob | history |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index 3ef4891fad3ea6693c2a6437121cfa723ab1026d..52bc7cab557860c6e20078c320ef64edb12ff7cb 100644 (file)
--- a/debian/control
+++ b/debian/control
Section: utils
Priority: optional
Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
-Uploaders: Alexander Wirt <formorer@debian.org, Bernd Zeimetz <bzed@debian.org>
+Uploaders: Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
Standards-Version: 3.7.3
Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev,
zlib1g-dev, libpng12-dev, libart-2.0-dev, libfreetype6-dev,
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 c42f9908f9c348ec404d0b90ca0d5d83b942c273..b9c61f6ac0b322b5f2e9e917fb19a969d9b5a4f7 100644 (file)
--- a/debian/copyright
+++ b/debian/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
=======================
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
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
--- /dev/null
@@ -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
+++ /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 d451c008410a97fece33bf988a843fbcac6fc380..4d7a850b25554cde84a7aa792aa3093084f44113 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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