diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-06-14 18:45:36 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-06-14 18:53:36 (GMT) |
commit | eef3ebf763895264c19bf579119b2c7b59aab1e3 (patch) | |
tree | da30f97889bb29b7ed86463935f3069637d6470e /Swift/Packaging/Debian | |
parent | c9faca51a25a27f58e03982319951b5f6a600ffe (diff) | |
download | swift-contrib-eef3ebf763895264c19bf579119b2c7b59aab1e3.zip swift-contrib-eef3ebf763895264c19bf579119b2c7b59aab1e3.tar.bz2 |
Remove 3rdParty sources from debian source package.
Diffstat (limited to 'Swift/Packaging/Debian')
-rw-r--r-- | Swift/Packaging/Debian/debian/control | 2 | ||||
-rwxr-xr-x | Swift/Packaging/Debian/package.sh | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Swift/Packaging/Debian/debian/control b/Swift/Packaging/Debian/debian/control index 97a5832..217c4e7 100644 --- a/Swift/Packaging/Debian/debian/control +++ b/Swift/Packaging/Debian/debian/control @@ -2,7 +2,7 @@ Source: swift Section: x11 Priority: optional Maintainer: Remko Tronçon <dev@el-tramo.be> -Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libexpat1-dev (>= 2.0.1), lintian (>= 2.2.5), libxss-dev (>= 1.2.0), libboost-dev (>= 1.34.1) | libboost1.38-dev, libboost-filesystem-dev (>= 1.34.1) | libboost-filesystem1.38-dev, libboost-program-options-dev (>= 1.34.1) | libboost-program-options1.38-dev, libboost-regex-dev (>= 1.34.1) | libboost-regex1.38-dev, libboost-signals-dev (>= 1.34.1) | libboost-signals1.38-dev, libboost-system-dev (>= 1.34.1) | libboost-system1.38-dev, libboost-thread-dev (>= 1.34.1) | libboost-thread1.38-dev, libboost-date-time-dev (>= 1.34.1) | libboost-date-time1.38-dev, libidn11-dev (>= 1.10) +Build-Depends: debhelper (>= 7), scons (>= 1.2.0), libssl-dev (>= 0.9.8g), libqt4-dev (>= 4.5.0), libexpat1-dev (>= 2.0.1), lintian (>= 2.2.5), libxss-dev (>= 1.2.0), libboost-dev (>= 1.34.1), libboost-filesystem-dev (>= 1.34.1), libboost-program-options-dev (>= 1.34.1), libboost-regex-dev (>= 1.34.1), libboost-signals-dev (>= 1.34.1), libboost-system-dev (>= 1.34.1), libboost-thread-dev (>= 1.34.1), libboost-date-time-dev (>= 1.34.1), libidn11-dev (>= 1.10) Standards-Version: 3.8.4 Homepage: http://swift.im diff --git a/Swift/Packaging/Debian/package.sh b/Swift/Packaging/Debian/package.sh index e6f401f..7a55526 100755 --- a/Swift/Packaging/Debian/package.sh +++ b/Swift/Packaging/Debian/package.sh @@ -16,6 +16,7 @@ rm swift_* echo "Checking out a fresh copy ..." rm -rf $DIRNAME git clone ../../../.git $DIRNAME +find $DIRNAME/3rdParty/Boost/src -type f | grep -v uuid | xargs rm -f ln -s Swift/Packaging/Debian/debian $DIRNAME/debian ../../../BuildTools/UpdateDebianChangelog.py $DIRNAME/debian/changelog $DEBIAN_VERSION |