Code

debian/rules: Added get-orig-source target.
authorSebastian Harl <sh@tokkee.org>
Thu, 9 Oct 2008 21:51:26 +0000 (23:51 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 9 Oct 2008 22:13:05 +0000 (00:13 +0200)
commit08477c52d20083ef0c61ca29b0a84d15b6f68c7f
tree4c047235db310b2999da8c9f5558662730ea3325
parent30ffda3adc9f53f159b64a72107523b3e6e896db
debian/rules: Added get-orig-source target.

This target uses uscan to download and repack the upstream tarball using
debian/bin/uscan_repack.sh. This script removes src/win32helpers, *.sln and
*.vcproj from the upstream sources. It then applies all patches in
debian/patches-repack/ and rebuilds the autotools build system.

debian/patches-repack/00-win32helpers.patch has been added to remove
src/win32helpers/, *.sln and *.vcproj from the build scripts.
debian/bin/uscan_repack.sh [new file with mode: 0755]
debian/changelog
debian/patches-repack/00-win32helpers.patch [new file with mode: 0644]
debian/rules
debian/watch