From 1bc68bd2cfd0a125c2ce57c28ef4697b2d5282cf Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 15 Jan 2011 20:14:34 +0200 Subject: [PATCH] Tidy example package --- test-data/blank-example/debian/control | 2 +- test-data/blank-example/debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test-data/blank-example/debian/control b/test-data/blank-example/debian/control index 192c897..a101fad 100644 --- a/test-data/blank-example/debian/control +++ b/test-data/blank-example/debian/control @@ -7,6 +7,6 @@ Standards-Version: 3.9.1 Package: example Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Example package for testing purposes An example package used by the test suite. Useless. diff --git a/test-data/blank-example/debian/rules b/test-data/blank-example/debian/rules index 4067ba0..2d33f6a 100755 --- a/test-data/blank-example/debian/rules +++ b/test-data/blank-example/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ + dh $@