Questions tagged [lintian]

Lintian dissects Debian packages and tries to find bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors.

Links:

9 questions
4
votes
1 answer

Why doesn't my .lintian-overrides work?

I'm packaging cgreen for Ubuntu working currently on 15.10 and in my debian directory I've created cgreen.lintian-overrides as per the lintian manual and the New Maintainers Guide. It has this content: cgreen binary : non-dev-pkg-with-shlib-symlink…
thoni56
  • 239
  • 1
  • 3
  • 13
4
votes
1 answer

Where to put binary file?

I am packaging my own application into .deb. According to this, my compiled application should be installed in /opt/my-package. However, the tool Lintian reports such error: E: dir-or-file-in-opt opt/my-package The explanation is here. What should…
4
votes
1 answer

Packaging nodejs code, how do I prevent lintian from complaining about ./node_modules?

We ran into this problem while packaging some software written in nodejs. Because we can't package each and every dependency separately, we need to ship the node_modules/ directory along with the program. The code is installed into…
Stefano Palazzo
  • 85,787
  • 45
  • 210
  • 227
2
votes
1 answer

How to correctly version a modified package?

Currently I'm modifying the deja-dup backup tool, my inglorious attempts are documented under: https://answers.launchpad.net/deja-dup/+question/76645 and my source-branch can be found under: lp:~beowulfof/+junk/deja-dup. Basically, what I did was…
Oliver Friedrich
  • 500
  • 4
  • 13
1
vote
1 answer

Lintian error: source-is-missing while building deb package for ubuntu

I'm trying to build a deb package for a software. I'm following this tutorial for the same. When trying to build the package using bzr builddeb -- -us -uc, I'm getting a lot of lintian errors for missing files: E: eyeris source: source-is-missing…
zeerak mehdi
  • 111
  • 2
1
vote
0 answers

Error after lintian check

I was following this tutorial. But when running this command bzr builddeb -- -us -uc I get an error after the lintian check: E: hello: package-contains-info-dir-file usr/share/info/dir.gz After googling I found this page. I also get this…
owais
  • 251
  • 1
  • 10
0
votes
1 answer

FlareGet - Bad quality package

I'm aware that bad quality doesn't mean the .deb is not good, but I don't know the publisher and don't know if I should trust them. I'm asking here those who installed FlareGet and can give their opinion about it. Here are the error details: Lintian…
Tzahi Leh
  • 261
  • 3
  • 6
  • 17
0
votes
1 answer

deb package has no usr/lib after installation

I'm building a simple single binary deb package, everything works fine with the executable that is placed in the usr/bin folder and executes when I click the desktop icon. Now I want to start programming the functionalities, so I write the bash…
Gijs
  • 125
  • 5
0
votes
0 answers

Correct place for lib compiled with special flags for a single program

Hello I am trying to create a debian package of a program I wrote bundled with a library. Since I am using special flags to compile the library I only want to provide the library for my program. While I can do so using the runpath I am not sure were…
ted
  • 281
  • 3
  • 9