- Timestamp:
- 2016-06-12T08:34:56Z (8 years ago)
- Branches:
- master
- Children:
- 5dbf66e, ddb3c08
- Parents:
- 235b51a
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r235b51a r135271c 5 5 Uploaders: Jelmer Vernooij <jelmer@debian.org> 6 6 Standards-Version: 3.9.8 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~) 7 Build-Depends: libglib2.0-dev (>= 2.4), libevent-dev, libgnutls28-dev | libgnutls-dev | gnutls-dev, po-debconf, libpurple-dev, libotr5-dev, debhelper (>= 6.0.7~), dh-systemd (>= 1.5) | debhelper (<< 9.20131227) 8 8 Homepage: http://www.bitlbee.org/ 9 9 Vcs-Git: https://github.com/bitlbee/bitlbee -
debian/rules
r235b51a r135271c 39 39 40 40 CONFIGURE_OVERRIDES:=CPPFLAGS="$(CPPFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" 41 42 HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") 41 43 42 44 build: build-stamp … … 81 83 $(MAKE) -C debian/build-native install-plugin-skype DESTDIR=`pwd`/debian/skyped 82 84 85 ifeq ($(HAS_DH_SYSTEMD),1) 86 $(MAKE) -C debian/build-native install-systemd DESTDIR=`pwd`/debian/bitlbee-common 87 endif 88 83 89 ifneq ($(BITLBEE_SKYPE),0) 84 90 mkdir -p debian/bitlbee-plugin-skype/usr … … 108 114 for p in bitlbee bitlbee-libpurple bitlbee-dev bitlbee-plugin-otr; do rm -r debian/$$p/usr/share/doc/$$p && ln -s bitlbee-common debian/$$p/usr/share/doc/$$p || true; done 109 115 dh_installdebconf 116 ifeq ($(HAS_DH_SYSTEMD),1) 117 dh_systemd_enable 110 118 dh_installinit --init-script=bitlbee 119 dh_systemd_start 120 else 121 dh_installinit --init-script=bitlbee 122 endif 111 123 dh_installman 112 124 dh_lintian
Note: See TracChangeset
for help on using the changeset viewer.