Changeset - 5b5c3b6c525c
[Not reviewed]
1 2 0
Vitaly Takmazov - 10 years ago 2015-11-19 12:12:07
vitalyster@gmail.com
drop libyahoo backend from debian build scripts
3 files changed with 2 insertions and 3 deletions:
0 comments (0 inline, 0 general)
packaging/debian/build_spectrum2.sh
Show inline comments
 
#!/bin/bash
 

	
 
set -x
 

	
 
vercount=$(git rev-list --all | wc -l)
 
gitrev=$(git rev-parse --short HEAD | sed 's/\(^[0-9\.]*\)-/\1~/')
 
version=$vercount-$gitrev
 

	
 
sed -i "1s/\((.*)\)/(1:$version-1)/" debian/changelog
 

	
 
rm -rf spectrum2_*
 

	
 
git clone ../../.git spectrum2-$version
 

	
 
tar -czf spectrum2_$version.orig.tar.gz spectrum2-$version
 

	
 
cp -r debian spectrum2-$version/debian
 

	
 
cd spectrum2-$version
 
debuild -i -us -uc -S
 
debuild -i -us -uc
 

	
 
cd ..
 

	
 
rm -rf spectrum2-$version
packaging/debian/debian/changelog
Show inline comments
 
spectrum2 (1:1683-a319e79-1) unstable; urgency=low
 
spectrum2 (1:1760-89e377b-1) unstable; urgency=low
 

	
 
  * Move package to git-buildpackage format
 
  * remove the -git suffix from package names
 
  * Change dependency from libswiften2-dev to libswiften-dev
 
  * remove some old cruft (debian/source/options, lintian-overrides, ...)
 
  * Add libevent-dev as build-dependency
 

	
 
 -- Mathias Ertl <apt-repository@fsinf.at>  Thu, 28 Jun 2012 21:39:27 +0200
 

	
 
spectrum2-git (2.0.0~beta+47-gdd8627b-1) unstable; urgency=low
 

	
 
  * Upstream development snapshot
 

	
 
 -- Mathias Ertl <apt-repository@fsinf.at>  Tue, 20 Sep 2011 11:06:50 +0200
packaging/debian/debian/spectrum2-backend-libyahoo2.install
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)