Changeset - c065396d671c
[Not reviewed]
0 2 0
Vitaly Takmazov - 10 years ago 2015-12-28 12:12:49
vitalyster@gmail.com
debian packaging: cleanup package list
2 files changed with 1 insertions and 18 deletions:
0 comments (0 inline, 0 general)
packaging/debian/debian/control
Show inline comments
 
Source: spectrum2
 
Section: net
 
Priority: optional
 
Maintainer: Mathias Ertl <apt-repository@fsinf.at>
 
Build-Depends: debhelper (>= 7.0.50~), libpurple-dev, libswiften-dev,
 
 libprotobuf-dev, libmysqlclient-dev, liblog4cxx10-dev, protobuf-compiler,
 
 libpopt-dev, libdbus-glib-1-dev, libpqxx3-dev, cmake, libevent-dev, libboost-all-dev,
 
 libqt4-dev, libidn11-dev, libxml2-dev, libavahi-client-dev, libavahi-common-dev,
 
 libcurl4-openssl-dev, libcommuni-dev, libsqlite3-dev
 
Standards-Version: 3.9.2
 
Standards-Version: 3.9.6
 
VCS-Browser: http://git.fsinf.at/apt/spectrum2
 
VCS-Git: https://git.fsinf.at/apt/spectrum2.git
 
Homepage: http://www.spectrum.im
 

	
 
Package: libtransport2.0
 
Architecture: any
 
Section: net
 
Priority: optional
 
Depends: libswiften2, ${shlibs:Depends}, ${misc:Depends}
 
Replaces: libtransport2.0-git
 
Description: XMPP transport
 
 Spectrum 2 XMPP transport - development snapshots
 
@@ -174,40 +174,24 @@ 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-libyahoo2
 
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 Yahoo using libyahoo
 
 Spectrum2 backend using libyahoo
 

	
 
Package: spectrum2-backend-libyahoo2-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
 
Depends: spectrum2-backend-libyahoo2 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 
Description: Spectrum2 backend to connect Yahoo using libyahoo - debugging symbols
 
 Debugging symbols for the Spectrum2 backend to connect Yahoo
 

	
 
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
 
 Spectrum2 backend using libcommuni
 

	
 
Package: spectrum2-backend-libcommuni-dbg
 
Architecture: any
 
Section: debug
 
Priority: extra
packaging/debian/debian/rules
Show inline comments
 
@@ -13,20 +13,19 @@ build:
 
	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-libyahoo2 --dbg-package=spectrum2-backend-libyahoo2-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 $@
0 comments (0 inline, 0 general)