Advertisement
Guest User

raof

a guest
Feb 8th, 2010
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. === modified file 'debian/rules'
  2. --- debian/rules 2010-02-05 05:04:52 +0000
  3. +++ debian/rules 2010-02-09 00:17:59 +0000
  4. @@ -7,7 +7,10 @@
  5. DEB_SRCDIR = .
  6. DEB_BUILDDIR = $(DEB_SRCDIR)/build-$(PYDEF)
  7.  
  8. -include /usr/share/cli-common/cli.make
  9. +include /usr/share/cdbs/1/class/autotools.mk
  10. +include /usr/share/cdbs/1/rules/debhelper.mk
  11. +include /usr/share/cdbs/1/rules/simple-patchsys.mk
  12. +include /usr/share/cdbs/1/class/gnome.mk
  13.  
  14. # some contansts for arch-build
  15. PKG=launchpad-integration
  16. @@ -92,6 +95,13 @@
  17. rm -rf debian/python-launchpad-integration-dbg/usr/share/doc/python-launchpad-integration-dbg
  18. ln -s python-launchpad-integration debian/python-launchpad-integration-dbg/usr/share/doc/python-launchpad-integration-dbg
  19.  
  20. +binary-install/liblaunchpad-integration1-cil::
  21. + dh_clifixperms -pliblaunchpad-integration1-cil
  22. + dh_shlibdeps -pliblaunchpad-integration1-cil
  23. + dh_makeclilibs -m 0.1.32
  24. + dh_installcligac
  25. + dh_clideps
  26. +
  27. arch-build:
  28. rm -rf debian/arch-build
  29. mkdir -p debian/arch-build/$(PKG)-$(DEBVER)
  30. @@ -101,6 +111,3 @@
  31. clean::
  32. rm -f stamp-*-pyversions
  33. rm -rf build-python* dbg-build-python*
  34. -
  35. -%:
  36. - dh $@
  37.  
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement