Changeset f8d2cff
- Timestamp:
- 2018-04-11T06:16:02Z (7 years ago)
- Branches:
- master
- Children:
- 17cc2fe
- Parents:
- 8d7b0a4
- git-author:
- dequis <dx@…> (11-04-18 05:58:33)
- git-committer:
- dequis <dx@…> (11-04-18 06:16:02)
- Location:
- debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
debian/control
r8d7b0a4 rf8d2cff 12 12 Package: bitlbee 13 13 Architecture: any 14 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${ source:Version})14 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${binary: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 (= ${ source:Version})24 Depends: ${misc:Depends}, ${shlibs:Depends}, debianutils (>= 1.16), bitlbee-common (= ${binary:Version}) 25 25 Conflicts: bitlbee 26 26 Replaces: bitlbee … … 38 38 39 39 Package: bitlbee-common 40 Architecture: a ll40 Architecture: any 41 41 Depends: ${misc:Depends}, adduser 42 42 Replaces: bitlbee … … 50 50 51 51 Package: bitlbee-dev 52 Architecture: a ll53 Depends: ${misc:Depends}, bitlbee ( >= ${source:Version}) | bitlbee-libpurple (>= ${source:Version}), bitlbee (<< ${source:Version}.1~) | bitlbee-libpurple (<< ${source:Version}.1~), bitlbee-common (= ${source:Version})52 Architecture: any 53 Depends: ${misc:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${binary: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 (= ${ source:Version})63 Depends: ${misc:Depends}, ${shlibs:Depends}, bitlbee (= ${binary:Version}) | bitlbee-libpurple (= ${binary:Version}), bitlbee-common (= ${binary: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
r8d7b0a4 rf8d2cff 35 35 HAS_DH_SYSTEMD:=$(shell dpkg-query -W -f='$${Status}' dh-systemd 2>/dev/null | grep -c "ok installed") 36 36 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 37 build-arch: build 41 38 42 39 build: build-stamp … … 98 95 dh_installchangelogs doc/CHANGES 99 96 dh_installexamples 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 97 dh_installdocs --link-doc=bitlbee-common 104 98 dh_installdebconf 105 99 ifeq ($(HAS_DH_SYSTEMD),1) … … 123 117 dh_builddeb 124 118 125 binary-indep: build install126 DH_OPTIONS=-i $(MAKE) -f debian/rules binary-common127 128 119 binary-arch: build install 129 120 DH_OPTIONS=-a $(MAKE) -f debian/rules binary-common … … 132 123 DH_OPTIONS=-p$* $(MAKE) -f debian/rules binary-common 133 124 134 binary: binary- indep binary-arch135 .PHONY: build clean binary- indep binary-arch binary-common binary install125 binary: binary-arch 126 .PHONY: build clean binary-arch binary-common binary install
Note: See TracChangeset
for help on using the changeset viewer.