This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=dfc205497f16dc3c13796f64883be87807286b6b

commit dfc205497f16dc3c13796f64883be87807286b6b
Author: RaphaĆ«l Hertzog <[email protected]>
AuthorDate: Fri Apr 22 09:21:56 2011 +0200

    Extend t-depends to verify --force-depends works as expected
---
 t-depends/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t-depends/Makefile b/t-depends/Makefile
index 93d1bc10b..bc1bf6509 100644
--- a/t-depends/Makefile
+++ b/t-depends/Makefile
@@ -15,6 +15,9 @@ test-case:
        $(DPKG_PURGE) pkg-depends
        # The dependency is removed, pass
        $(DPKG_PURGE) pkg-real
+       # Now try with --force-depends
+       $(DPKG_INSTALL) --force-depends pkg-depends.deb
+       $(DPKG_PURGE) pkg-depends
 
 test-clean:
        -$(DPKG_PURGE) pkg-depends

-- 
Dpkg.Org's dpkg

Reply via email to