Tagged Questions
1
vote
1answer
26 views
reupload package to launchpad with orig.tar.gz changed
I uploaded a package geos-3.3.8.orig.tar.gz to launchpad with success, but the build failed because a mistake in the source code, then I have changed my geos-3.3.8.orig.tar.gz with the right code, and ...
2
votes
1answer
33 views
What would cause files not to be included in a .deb?
I'm trying to build a .deb package (python) as part of a larger project.
I'm able to successfully run 'make' and 'make install' on it, but when the package(s) are built (using dpkg-buildpackage ...
3
votes
1answer
54 views
What is a tainted binary package?
Using dpkg I created some debian packages containing self-written libraries that install without problems. But when I try to run lintian on one of them, I just get the following error:
warning: ...
2
votes
1answer
100 views
How do I resolve Debian packaging issue with ${python:Depends}?
I am trying to build a python-based Debian package and I see the ${python:Depends} variable under the Depends section in the control file.
While installing, I see that it refers to the ...
1
vote
0answers
46 views
Software center states “The package is of bad quality” - what does it mean? [duplicate]
Possible Duplicate:
What is a “bad quality” package?
I'm trying to author a .deb package, and with the one I have now, when I install it on Ubuntu 12.10 I get the next error:
The package ...
1
vote
1answer
116 views
errors building deb package
i'm author of a small open-source database library and want to supply .deb packages through my ppa. I have a couple of problems. I followed the documentation and several tutorials and created a ...
0
votes
1answer
65 views
create PPA source package from existing .deb package
i wanna modify some files in .deb package and upload it to my PPA,
is that possible and how to ?
Thanks in advance
2
votes
1answer
65 views
How to create a .deb file just for copying certain icons and one javascript file to particular locations?
Okay,So I have wasted my whole day and still unable to figure out how to do that the easy way.I have been to the debian land and ubuntu packaging land.I have read about equivs and various other ways ...
3
votes
1answer
99 views
Versoining a package for uploading to PPA
I've a package named Artha which I distribute as source and (deb) binaries for x86 and x86_64 architectures i.e. I've the experience in making deb files. I got quite a few requests for setting up a ...
2
votes
1answer
173 views
How can I create a .deb file that adds a repository to sources.list.d?
I want to start sharing .deb files that automatically add new repos to an Ubuntu installation (like the ones present in puppetlabs.com).
How can I do that?
2
votes
1answer
174 views
Can I make deb files for documents and other non-binary content?
I would like to create .deb files with no binary content (*.odt files, for example).
The idea is to create a file that contains didactic files to learn certain discipline and an automatically package ...
2
votes
1answer
203 views
Packaging a CMake project (libRocket) into a .deb, but build script is in a sub folder
I am trying to build a .deb package for libRocket (http://librocket.com/), but the build script is not in the source root but rather in a subfolder (/Build). See the Github source:
...
0
votes
1answer
986 views
debian/rules error “No rule to make target”
i'm having some problems creating a .deb file with debuild
before reading some tutorials i managed to make the file but i always get this error:
make: *** No rule to make target «build». Stop.
...
0
votes
2answers
84 views
Does my DEB file contain any errors? [closed]
I am a new user to Ubuntu in general but I love programming, alot!
Well, I recently made a small application so as to exercise on C++, but especially on packaging (see this thread: ...
-1
votes
2answers
293 views
How do I create a deb for GCC 4.7?
I'm sorry but I have tried the tutorials on various websites. Nothing, so far, has worked. I'm using Ubuntu Maverick 10.10. I've downloaded, compiled and installed GCC 4.7.0. Now I want to make a .deb ...
4
votes
4answers
2k views
Compiling source into a DEB package
I have always had a problem installing and removing compiled software, so I have decided I would like to build software from source into a .deb package for easier installation/removal.
I would like ...
5
votes
2answers
114 views
Steps for creating a slightly modified package and uploading it in a PPA?
I just want to use an Ubuntu package from the official Ubuntu repos, modify its source just a tiny bit (it will not affect dependencies or anything) and then upload it into a Launchpad PPA I made for ...
2
votes
1answer
86 views
Java packaging and uploading to a PPA in Launchpad
I have a java application (created as a class) and I want to know how I can (or should I even) convert it to .deb format and then how to upload it to a Launchpad PPA so that everyone could install it?
...
1
vote
0answers
156 views
Setting the icon for my mime type [closed]
I've added my mime type to ubuntu by the .deb package.
I made this file for sharedmimeinfo: http://paste.ubuntu.com/920693/
(I know the first row is wrong)
I can't see the icon for my extension how ...
0
votes
1answer
212 views
Adding mime type
Hello i'm creating an ide called SLY.
Sly creates .slyproj files i want that when user click on it they see the file icon, and sly must open up!
i asked on the IRC i made sly.sharedmimeinfo : ...
2
votes
2answers
121 views
How can I manually assemble my own package “the hard way”?
I would like to know how to create my own .deb packages from the source of a program without the aid of a package manager or any other similar tool (in other words, doing it manually). How difficult ...
0
votes
1answer
373 views
OpenSSH 5.9p1 on Ubuntu 11.10
I want to build a deb package with the latest version of openssh from source. Then I want to install it on my machine.
I am running:
Linux Ubuntu-1110-oneiric-64-minimal 3.0.0-12-server #20-Ubuntu ...
3
votes
2answers
121 views
Help building pygtk application
This is my application.
It is created with quickly.
I would like to package it for Ubuntu now.
I tried to package it with uickly, but that failed.
At first, I was trying to install it using ...
9
votes
1answer
195 views
What happens during a package upgrade?
I recently started building Ubuntu packages for my software on Launchpad. They are pretty simple; most of them just contain some files and scripts that are trigged through the .install .preinst ...
1
vote
2answers
117 views
Prevent .deb package from being upgraded
I maintain a package on launchpad that releases approx every month. However, our new version is no longer compatible with the previous version, because of some fundamental changes. So version 2.8 ...
25
votes
5answers
2k views
How do I create a deb package for a single python script?
I have a single python script that I want to distribute as a deb package. It is a indicator which shows local date in Unity panel. I did follow create a .deb Package from scripts or binaries but I ...
7
votes
2answers
635 views
Manually Created .deb, how do I upload to a PPA?
I have a manually created .deb, and I'd like to upload it to a PPA.
My question is as follows:
Is that possible?
and If so,
how do I do that?
2
votes
2answers
175 views
How can I add my application to the Ubuntu repository? [duplicate]
Possible Duplicate:
How do I put a package into the Ubuntu repositories?
I've just made a project called tgames and want to add it at the ubuntu repository...
(multiverse or universe or ...
1
vote
1answer
321 views
Add new files into .deb package you're building
How do you add new files, eg custom init script into .deb package that you're building?
5
votes
1answer
2k views
Adding post .deb install scripts
So I'm building a .deb, and I need to do a few post-install commands (linking libraries paths, and a few other things).
Is there a way to have it so when you do a sudo dpkg -i ...
4
votes
1answer
83 views
Is there a utility similar to “apt-file” that can search source packages?
I'm looking for a utility similar to apt-file that allows me to search the contents of source packages for certain files, rather than just binary packages.
Is such a utility available for Ubuntu?
10
votes
1answer
395 views
How does Software Center determine what is a “technical item” and what isn't?
I'm a total newb to packaging, but I managed to get a PPA set up and working. But when I look for my software in Ubuntu Software Center, it will only show up after clicking "Show _ technical items". ...
3
votes
1answer
911 views
How to create debuginfo package?
I have created rpm packages for a software along with debuginfo. For Ubuntu/Debian , I have only the software packaged as .deb but don't know how to create debuginfo .deb package. Please let me know ...
0
votes
1answer
350 views
“io: postinst-must-call-ldconfig” when creating a package
I'm trying to create an ubuntu .deb package for the (pretty awesome) Io Language. I am not the developer of that language, so I'm not familiar with its sourcecode yet. This is my first attempt at ...
1
vote
1answer
979 views
fakeroot debian/rules binary error
I have a package I'm maintaining. When I issue "fakeroot debian/rules binary" I get this error:
dh_install --sourcedir=debian/tmp
cp: cannot stat `debian/tmp/usr/share/prg/1.svg': No such file or ...
4
votes
2answers
196 views
Package not available for this type of computer
I am creating a deb package for an opensource project I have started called
WideMargin
When I try and install my deb package in 10.10 using the Ubuntu Software Center I get the following text on ...
17
votes
1answer
3k views
create a .deb Package from scripts or binaries
I searched for a simple way to create .deb Packages for things which have no source code to compile (configs, shellscripts, proprietary software). This was quite a problem because most of the package ...
19
votes
1answer
369 views
How to apply a changelog file to packages in a PPA when building from recipe?
When my package gets build by launchpad using a recipe, it ignores the ./debian/changelog file I provide, and it generates a useless one like following:
harmonyseq (0.14~natty1) maverick; urgency=low
...
6
votes
1answer
668 views
Building a .deb file, install dependencies too
I am part of a small team that develop an intranet web app. We want to a method of easy installation, so we were thinking about how apt-get works, especially with installing dependencies.
Our app has ...
6
votes
1answer
359 views
How to use one recipe to create packages for different ubuntu series (trouble with ./debian/changelog)?
The launchpad's beta feature allows to create ubuntu packages using recipes. I got them to work, and I am now able to use them for packaging my project.
However, I have little trouble with the ...
9
votes
5answers
2k views
Graphical tool for creating Deb packages
Are there any graphical tools for creating ubuntu/debian packages?
