diff options
author | Daniel Baumann <daniel@debian.org> | 2009-02-08 10:58:30 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:09:41 +0100 |
commit | e1a28cd98caeb7575364e011158f7582b46a33d9 (patch) | |
tree | d1597ec5668860faa0d247933c382fce834513db | |
parent | ea5ab3b8c8559cf38a64ce4c550b5f1f0b810a7e (diff) | |
download | vyos-live-build-e1a28cd98caeb7575364e011158f7582b46a33d9.tar.gz vyos-live-build-e1a28cd98caeb7575364e011158f7582b46a33d9.zip |
Cleaning up rules file.
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/debian/rules b/debian/rules index 7cde5f8a2..f15042752 100755 --- a/debian/rules +++ b/debian/rules @@ -1,22 +1,15 @@ #!/usr/bin/make -f -upstream: - cd .. && git clone git://git.debian.org/git/users/daniel/live-helper.git - rm -rf ../live-helper/.git - clean: dh_testdir dh_testroot - # Cleaning message catalogs $(MAKE) -C po clean dh_clean build: $(MAKE) test - - # Updating message catalogs $(MAKE) -C po update-po install: build @@ -55,7 +48,6 @@ binary-indep: install dh_testroot dh_installchangelogs docs/ChangeLog dh_installdocs - dh_install dh_installlogrotate dh_installcron dh_installman @@ -66,4 +58,4 @@ binary-indep: install dh_md5sums dh_builddeb -.PHONY: upstream clean build install binary binary-arch binary-indep +.PHONY: clean build install binary binary-arch binary-indep |