Changeset - 28603c873477
[Not reviewed]
1 2 0
vitalyster - 10 years ago 2016-02-08 13:55:54
vitalyster@gmail.com
drop old skype backend from debian packages
3 files changed with 0 insertions and 20 deletions:
0 comments (0 inline, 0 general)
packaging/debian/debian/control
Show inline comments
 
@@ -126,66 +126,48 @@ Section: net
 
Priority: optional
 
Depends: libtransport2.0 (= ${binary:Version}), libtransport-plugin2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-swiften-git
 
Description: Spectrum2 Swiften backend
 
 Spectrum2 backend using Swiften
 

	
 
Package: spectrum2-backend-frotz-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
 
Depends: spectrum2-backend-frotz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-frotz-git-dbg
 
Description: Spectrum2 frotz backend - debugging symbols
 
 Debugging symbols for the Spectrum2 frotz backend
 

	
 
Package: spectrum2-backend-swiften-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
 
Depends: spectrum2-backend-swiften (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-swiften-git-dbg
 
Description: Spectrum2 Swiften backend - debugging symbols
 
 Debugging symbols for the Spectrum2 Swiften backend
 

	
 
Package: spectrum2-backend-skype
 
Architecture: any
 
Section: net
 
Priority: optional
 
Depends: libtransport2.0 (= ${binary:Version}), libtransport-plugin2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, dbus-x11, xvfb
 
Replaces: spectrum2-backend-skype-git
 
Description: Spectrum2 Skype backend
 
 Spectrum2 backend for Skype
 

	
 
Package: spectrum2-backend-skype-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
 
Depends: spectrum2-backend-skype (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-skype-git-dbg
 
Description: Spectrum2 Skype backend - debugging symbols
 
 Debugging symbols for the Spectrum2 Skype backend
 

	
 
Package: spectrum2-backend-smstools3
 
Architecture: any
 
Section: net
 
Priority: optional
 
Depends: libtransport2.0 (= ${binary:Version}), libtransport-plugin2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-smstools3-git
 
Description: Spectrum2 backend for sending SMS
 
 Spectrum2 backend using smstools3
 

	
 
Package: spectrum2-backend-smstools3-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
 
Depends: spectrum2-backend-frotz (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Replaces: spectrum2-backend-smstools3-git-dbg
 
Description: Spectrum2 backend for sending SMS - debugging symbols
 
 Debugging symbols for the Spectrum2 backend for sending SMS
 

	
 
Package: spectrum2-backend-libcommuni
 
Architecture: any
 
Section: net
 
Priority: optional
 
Depends: libtransport2.0 (= ${binary:Version}), libtransport-plugin2.0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Description: Spectrum2 backend to connect IRC using libcommuni
packaging/debian/debian/rules
Show inline comments
 
#!/usr/bin/make -f
 

	
 
#export DH_VERBOSE=1
 

	
 
DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog -ldebian/changelog \
 
	| grep '^Version' \
 
	| sed  -e 's/Version: *//;s/^[^:]*://;s/-[^-]*$$//')
 

	
 
build:
 
	dh_testdir
 
	cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DSPECTRUM_VERSION=${DEB_UPSTREAM_VERSION} .
 
	export VERBOSE=1
 
	VERBOSE=1 make VERBOSE=1
 

	
 
#override_dh_auto_configure:
 

	
 

	
 
override_dh_strip:
 
	dh_strip -pspectrum2 --dbg-package=spectrum2-dbg
 
	dh_strip -pspectrum2-backend-libpurple --dbg-package=spectrum2-backend-libpurple-dbg
 
	dh_strip -pspectrum2-backend-skype --dbg-package=spectrum2-backend-skype-dbg
 
	dh_strip -pspectrum2-backend-frotz --dbg-package=spectrum2-backend-frotz-dbg
 
	dh_strip -pspectrum2-backend-swiften --dbg-package=spectrum2-backend-swiften-dbg
 
	dh_strip -pspectrum2-backend-twitter --dbg-package=spectrum2-backend-twitter-dbg
 
	dh_strip -pspectrum2-backend-libcommuni --dbg-package=spectrum2-backend-libcommuni-dbg
 
	dh_strip -pspectrum2-backend-smstools3 --dbg-package=spectrum2-backend-smstools3-dbg
 
	dh_strip -plibtransport2.0 --dbg-package=libtransport-dbg
 
	dh_strip -plibtransport-plugin2.0 --dbg-package=libtransport-plugin-dbg
 

	
 
%:
 
	dh $@
packaging/debian/debian/spectrum2-backend-skype.install
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)