summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index ea100ad..079282d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1dh-runit (0.2) UNRELEASED; urgency=medium
2
3 * Change arch:any to arch:all. Perl script is arch-independent.
4
5 -- Dmitry Bogatov <KAction@gnu.org> Wed, 15 Jun 2016 09:51:46 +0300
6
1dh-runit (0.1) unstable; urgency=medium 7dh-runit (0.1) unstable; urgency=medium
2 8
3 * Initial release (Closes: #826771) 9 * Initial release (Closes: #826771)
diff --git a/debian/control b/debian/control
index ea4074c..96131a7 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/dh-runit.git
9Homepage: https://anonscm.debian.org/cgit/users/kaction-guest/dh-runit.git 9Homepage: https://anonscm.debian.org/cgit/users/kaction-guest/dh-runit.git
10 10
11Package: dh-runit 11Package: dh-runit
12Architecture: any 12Architecture: all
13Depends: debhelper (>= 9), 13Depends: debhelper (>= 9),
14 ${misc:Depends}, 14 ${misc:Depends},
15 ${shlibs:Depends} 15 ${shlibs:Depends}