diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rwxr-xr-x | debian/rules | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 645db1d99c2..683a7dc03e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mongodb (1:1.2.2-4) unstable; urgency=low + + * ensure removal of upstart script as upload of repacked source is failing + + -- Antonin Kral <A.Kral@sh.cvut.cz> Wed, 10 Mar 2010 07:29:38 +0100 + mongodb (1:1.2.2-3) unstable; urgency=low * [aced2f4] removed unnecessary dependency (Closes: #572873) diff --git a/debian/rules b/debian/rules index 7b01fb0f29e..72588363847 100755 --- a/debian/rules +++ b/debian/rules @@ -66,7 +66,8 @@ clean: rm -f buildscripts/*.pyc rm -f *.pyc rm -f buildinfo.cpp - rm -rf $(CURDIR)/debian/tmp-test + rm -rf debian/tmp-test + rm -f debian/mongodb.upstart dh_clean debian/files install: build |
