diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:21 +0200 |
commit | fb35af8aa207ef5377022028d9e2b497445fb349 (patch) | |
tree | e928737e9e000d1f2509395f58f04465c17794c5 /debian/rules | |
parent | 18e4f460bf1c115c62ea9aebb56d75d486322531 (diff) | |
download | live-build-fb35af8aa207ef5377022028d9e2b497445fb349.zip live-build-fb35af8aa207ef5377022028d9e2b497445fb349.tar.gz |
Adding live-package 0.99.3-1.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index e47f520..1517afe 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -upstream: +upstream: # Needs svn cd .. && svn co svn://live.debian.net/live-package || exit 0 find . -type d -name .svn -exec rm -rf {} \; || exit 0 |