From efe5a395d16dba28ab38d2e31e86bf7e9c11def8 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Tue, 15 Mar 2016 23:45:13 +0100 Subject: [PATCH] Fix package name --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ad7fbcb..f31fec6 100644 --- a/debian/control +++ b/debian/control @@ -35,9 +35,10 @@ Homepage: https://github.com/calamares/calamares Vcs-Git: http://github.com/calamares/calamares-debian.git Vcs-Browser: https://github.com/calamares/calamares-debian.git -Package: calamares +Package: calamares-post Architecture: any Depends: os-prober, konsole, ${misc:Depends}, ${shlibs:Depends} +Recommends: calamares-branding Description: distribution-independent installer framework distribution-independent installer framework. . @@ -46,7 +47,7 @@ Description: distribution-independent installer framework Package: calamares-dbg Architecture: any Section: debug -Depends: calamares (= ${binary:Version}), ${misc:Depends} +Depends: calamares-post (= ${binary:Version}), ${misc:Depends} Description: distribution-independent installer framework -- debug symbols distribution-independent installer framework. .