summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 26317b2)
raw | patch | inline | side by side (parent: 26317b2)
author | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 22:08:51 +0000 (23:08 +0100) | ||
committer | Bernd Zeimetz <bzed@debian.org> | |
Sat, 9 Feb 2008 22:08:51 +0000 (23:08 +0100) |
debian/changelog | patch | blob | history | |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index c5c174d3cb997f0227d91bf9f95d1adb6b63243f..97da961a2a4b88b7c38420085860093cae7710d4 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- debian/watch:
* File redone to meet version 3 of uscan and to work again, using the
new location of the upstream source.
+ - Renaming packages using transitional packages:
+ * librrd2-dev to librrd-dev as it was done on almost all other library
+ packages now.
+ * python-rrd to python-rrdtool to follow the Python policy.
- -- Bernd Zeimetz <bzed@debian.org> Sat, 09 Feb 2008 21:47:40 +0100
+ -- Bernd Zeimetz <bzed@debian.org> Sat, 09 Feb 2008 23:03:45 +0100
rrdtool (1.2.19-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 1b3fbe7273aa7cd73799e1f4c7f9858afa218185..040eed53c47182929d9483cf17832f39c73ddd33 100644 (file)
--- a/debian/control
+++ b/debian/control
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
+ This package is a transitional dummy package to ease the transition towards
a -dev package name without encoded soname. It can be safely removed.
Package: librrd-dev
.
This package contains a Tcl interface to RRDs.
-Package: python-rrd
+Package: python-rrdtool
Architecture: any
Section: python
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Conflicts: python2.3-rrd, python2.4-rrd
-Replaces: python2.3-rrd, python2.4-rrd
-Provides: ${python:Provides}
+Conflicts: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
+Replaces: python2.3-rrd, python2.4-rrd, python-rrd (<< 1.2.26)
+Provides: ${python:Provides}, python-rrd
Description: Time-series data storage and display system (Python interface)
The Round Robin Database Tool (RRDtool) is a system to store and display
time-series data (e.g. network bandwidth, machine-room temperature,
.
This package contains a Python interface to RRDs.
+Package: python-rrd
+Architecture: all
+Section: python
+Depends: python-rrdtool
+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 rename the package to
+ python-rrdtool as required by the Python policy. It can be safely removed.
+
Package: librrd-ruby
Architecture: all
Section: interpreters
diff --git a/debian/rules b/debian/rules
index 7561da1e2b24de274bbe0dc1ceaceff52b76635b..a37399725cd5678870c1bc26c13ea29a5cbc5037 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
install-arch: $(PY_VERS:%=install-python%)
dh_testdir
dh_testroot
- dh_clean -k -s -Npython-rrd
+ dh_clean -k -s -Npython-rrdtool
dh_installdirs -s
make install DESTDIR=$(CURDIR)/debian/tmp
dh_testroot
set -e ;\
cd bindings/python ;\
- python$* setup.py install --root=$(CURDIR)/debian/python-rrd
+ python$* setup.py install --root=$(CURDIR)/debian/python-rrdtool
binary-indep:
dh_clean -k -i
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 -i -Nlibrrd-ruby -Nlibrrd2-dev
- dh_link -i -Nlibrrd-ruby -Nlibrrd2-dev
+ dh_link -ppython-rrd /usr/share/doc/python-rrdtool /usr/share/doc/python-rrd
+ dh_installchangelogs -i -Nlibrrd-ruby -Nlibrrd2-dev -Npython-rrd
+ dh_installdocs -i -Nlibrrd-ruby -Nlibrrd2-dev -Npython-rrd
+ dh_link -i -Nlibrrd-ruby -Nlibrrd2-dev -Npython-rrd
dh_perl -i
dh_compress -i
dh_fixperms -i
dh_installchangelogs -a CHANGES
dh_installdocs -a
# dh_installexamples -a
- dh_pysupport -ppython-rrd
+ dh_pysupport -ppython-rrdtool
dh_perl -a
dh_installman -a
echo 'rubydefault:Depends=librrd-ruby$(RUBY_DEFAULT_VERS)' >> debian/librrd-ruby.substvars