diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2009-09-08 22:21:08 +0200 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2009-09-08 22:21:08 +0200 |
commit | 5f06f160ac64f3a0acb67826d49f36b718a4dcd5 (patch) | |
tree | 6e2f27dbeefb0d6802e086d64bceb08915294b2e /debian | |
parent | 2f0d7d3455225fc088d5e6c63310edd0a79e3f0e (diff) |
No longer repack upstream tarball
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.Debian | 7 | ||||
-rwxr-xr-x | debian/rules | 7 |
2 files changed, 1 insertions, 13 deletions
diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index c6e0a44..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,7 +0,0 @@ -scons-doc for Debian --------------------- - -.orig.tar.gz archive has been repacked using get-orig-source target, available -in debian/rules, to exclude unimportant files to generate SCons documentation. - - -- Luca Falavigna <dktrkranz@ubuntu.com> Sat, 27 Dec 2008 11:33:28 +0100 diff --git a/debian/rules b/debian/rules index be45bc1..ba3e26a 100755 --- a/debian/rules +++ b/debian/rules @@ -38,10 +38,5 @@ binary-arch: install binary: binary-indep binary-arch -get-orig-source: - svn co http://scons.tigris.org/svn/scons/tags/${VERSION} scons-${VERSION} --username guest --password "" - tar czf ../scons-doc_${VERSION}.orig.tar.gz --exclude=.svn scons-${VERSION}/LICENSE scons-${VERSION}/doc - rm -fr scons-${VERSION} - -.PHONY: build clean binary-indep binary-arch binary install get-orig-source +.PHONY: build clean binary-indep binary-arch binary install |