Advertisement
Guest User

Untitled

a guest
May 9th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. diff -u rrdtool-1.3.1/debian/control rrdtool-1.3.1/debian/control
  2. --- rrdtool-1.3.1/debian/control
  3. +++ rrdtool-1.3.1/debian/control
  4. @@ -1,7 +1,8 @@
  5. Source: rrdtool
  6. Section: utils
  7. Priority: optional
  8. -Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
  9. +Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
  10. +XSBC-Original-Maintainer: Debian RRDtool Team <rrdtool@ml.snow-crash.org>
  11. Uploaders: Sebastian Harl <sh@tokkee.org>, Alexander Wirt <formorer@debian.org>, Bernd Zeimetz <bzed@debian.org>
  12. Standards-Version: 3.8.0
  13. Build-Depends: debhelper (>= 5.0.38), groff, autotools-dev, quilt,
  14. diff -u rrdtool-1.3.1/debian/changelog rrdtool-1.3.1/debian/changelog
  15. --- rrdtool-1.3.1/debian/changelog
  16. +++ rrdtool-1.3.1/debian/changelog
  17. @@ -1,3 +1,13 @@
  18. +rrdtool (1.3.1-4ubuntu1) jaunty; urgency=low
  19. +
  20. + * Python 2.6 transition:
  21. + - Update debian/pyversions.
  22. + - debian/rules:
  23. + + Include /usr/share/python/python.mk.
  24. + + Add $(py_setup_install_args) to setup.py install to build with Python 2.6.
  25. +
  26. + -- Alessio Treglia <quadrispro@ubuntu.com> Tue, 17 Mar 2009 15:12:24 +0100
  27. +
  28. rrdtool (1.3.1-4) unstable; urgency=high
  29.  
  30. * Urgency set to high because of the fix for #499350.
  31. diff -u rrdtool-1.3.1/debian/pyversions rrdtool-1.3.1/debian/pyversions
  32. --- rrdtool-1.3.1/debian/pyversions
  33. +++ rrdtool-1.3.1/debian/pyversions
  34. @@ -1 +1 @@
  35. -2.3-
  36. +2.5-
  37. diff -u rrdtool-1.3.1/debian/rules rrdtool-1.3.1/debian/rules
  38. --- rrdtool-1.3.1/debian/rules
  39. +++ rrdtool-1.3.1/debian/rules
  40. @@ -1,6 +1,7 @@
  41. #!/usr/bin/make -f
  42. # -*- makefile -*-
  43.  
  44. +include /usr/share/python/python.mk
  45. # Uncomment this to turn on verbose mode.
  46. #export DH_VERBOSE=1
  47.  
  48. @@ -164,7 +165,7 @@
  49. dh_testroot
  50. set -e ;\
  51. cd bindings/python ;\
  52. - python$* setup.py install --root=$(CURDIR)/debian/python-rrdtool
  53. + python$* setup.py install --root=$(CURDIR)/debian/python-rrdtool $(py_setup_install_args)
  54.  
  55.  
  56. binary-indep: build-indep install-indep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement