Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dpkg-buildpackage does not work #12

Open
nyetwurk opened this issue Nov 10, 2015 · 3 comments
Open

dpkg-buildpackage does not work #12

nyetwurk opened this issue Nov 10, 2015 · 3 comments

Comments

@nyetwurk
Copy link

$ dpkg-buildpackage -us -uc
dpkg-buildpackage: warning:     debian/changelog(l2): found end of file where expected first heading
dpkg-buildpackage: error: fatal error occurred while parsing debian/changelog
@nyetwurk
Copy link
Author

  1. package names cannot have capital letters
  2. the changelog format is entirely wrong

@nyetwurk
Copy link
Author

debian/control says the package is "yuma"

changelog has a mix of "OpenYuma" and "yuma"

developer is clearly awol and knows nothing about debian.

@nyetwurk
Copy link
Author

diff --git a/debian/changelog b/debian/changelog
index 45575ca..9240f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,6 @@
-OpenYuma (2.2-5): Fork project
+yuma (2.2-6) unstable; urgency=low
+  * Initial fork
+ -- Somebody with no clue <duh@derp.org>  Tue, 10 Nov 2015 14:56:38 -0800

 yuma (2.2-5) stable; urgency=high
   * netconfd:
diff --git a/debian/control b/debian/control
index 9a62682..e1a8204 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: yuma
 Section: devel
 Priority: extra
 Maintainer: Andy Bierman <andy@yumaworks.com>
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7), libncurses5-dev, libssh2-1-dev, libxml2-dev
 Standards-Version: 3.8.1
 Homepage: http://www.yumaworks.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant