Changes in / [17cc2fe:5c163e5]
- Location:
- debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/bitlbee-common.postinst
r17cc2fe r5c163e5 35 35 fi 36 36 37 if [ -d /var/lib/bitlbee ]; then 38 chmod 700 /var/lib/bitlbee/ 39 fi 37 chmod 700 /var/lib/bitlbee/ 40 38 41 39 ## Can't do this in packaging phase: Don't know the UID yet. Access to -
debian/changelog
r17cc2fe r5c163e5 1 1 bitlbee (3.5.1-1.1) UNRELEASED; urgency=medium 2 2 3 [ dequis ]4 3 * Remove bitlbee-plugin-skype and skyped (obsolete) 5 4 * Enable only bitlbee.service, not bitlbee.socket too 6 7 [ Sean Whitton ]8 * Add existence check to chmod call in bitlbee-common.postinst9 (Closes: #816200).10 11 [ dequis ]12 * Fix lintian pkg-config-unavailable-for-cross-compilation13 5 14 6 -- dequis <dx@dxzone.com.ar> Mon, 19 Mar 2018 22:18:43 -0300 -
debian/control
r17cc2fe r5c163e5 12 12 Package: bitlbee 13 13 Architecture: any 14 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${ binary:Version})14 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version}) 15 15 Conflicts: bitlbee-libpurple 16 16 Replaces: bitlbee-libpurple … … 22 22 Package: bitlbee-libpurple 23 23 Architecture: any 24 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${ binary:Version})24 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${source:Version}) 25 25 Conflicts: bitlbee 26 26 Replaces: bitlbee … … 38 38 39 39 Package: bitlbee-common 40 Architecture: a ny40 Architecture: all 41 41 Depends: ${misc:Depends}, adduser 42 42 Replaces: bitlbee … … 50 50 51 51 Package: bitlbee-dev 52 Architecture: a ny53 Depends: ${misc:Depends}, bitlbee ( = ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${binary:Version})52 Architecture: all 53 Depends: ${misc:Depends}, bitlbee (>= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version}) 54 54 Description: IRC to other chat networks gateway (dev files) 55 55 This program can be used as an IRC server which forwards everything you … … 61 61 Package: bitlbee-plugin-otr 62 62 Architecture: any 63 Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${ binary:Version})63 Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${source:Version}) 64 64 Description: IRC to other chat networks gateway (OTR plugin) 65 65 This program can be used as an IRC server which forwards everything you -
debian/rules
r17cc2fe r5c163e5 35 35 HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") 36 36 37 build-arch: build 37 # No difference at the build stage so just call main build target. 38 # (Well indep could be docs-only but we prebuild them plus it's really 39 # not that much work.) 40 build-arch build-indep: build 38 41 39 42 build: build-stamp … … 42 45 43 46 mkdir -p debian/build-native 44 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --systemdsystemunitdir=/lib/systemd/system --pcdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig$(BITLBEE_CONFIGURE_FLAGS)47 ROOT=$$PWD; cd debian/build-native; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --events=libevent --otr=$(BITLBEE_OTR) --systemdsystemunitdir=/lib/systemd/system $(BITLBEE_CONFIGURE_FLAGS) 45 48 $(MAKE) -C debian/build-native 46 49 47 50 ifeq ($(BITLBEE_LIBPURPLE),1) 48 51 mkdir -p debian/build-libpurple 49 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --systemdsystemunitdir=/lib/systemd/system --p cdir=/usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig --purple=1 $(BITLBEE_CONFIGURE_FLAGS)52 ROOT=$$PWD; cd debian/build-libpurple; $(BITLBEE_CONFIGURE_VERSION) $(CONFIGURE_OVERRIDES) $$ROOT/configure --debug=$(DEBUG) --prefix=/usr --etcdir=/etc/bitlbee --systemdsystemunitdir=/lib/systemd/system --purple=1 $(BITLBEE_CONFIGURE_FLAGS) 50 53 $(MAKE) -C debian/build-libpurple 51 54 endif … … 95 98 dh_installchangelogs doc/CHANGES 96 99 dh_installexamples 97 dh_installdocs --link-doc=bitlbee-common 100 dh_installdocs #--link-doc=bitlbee-common 101 # TODO: Restore --link-doc up here and remove the hack below once 102 # Hardy and Lenny are deprecated. 103 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 98 104 dh_installdebconf 99 105 ifeq ($(HAS_DH_SYSTEMD),1) … … 117 123 dh_builddeb 118 124 125 binary-indep: build install 126 DH_OPTIONS=-i $(MAKE) -f debian/rules binary-common 127 119 128 binary-arch: build install 120 129 DH_OPTIONS=-a $(MAKE) -f debian/rules binary-common … … 123 132 DH_OPTIONS=-p$* $(MAKE) -f debian/rules binary-common 124 133 125 binary: binary- arch126 .PHONY: build clean binary- arch binary-common binary install134 binary: binary-indep binary-arch 135 .PHONY: build clean binary-indep binary-arch binary-common binary install
Note: See TracChangeset
for help on using the changeset viewer.