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
0
votes
1answer
520 views

Easy way to install CrashPlan

Is there a .deb file, repo, PPA, or anything to install CrashPlan other than the non-standard install.sh file? I have fish as my shell, and I had to mess around a lot and finally use chsh first ...
3
votes
1answer
77 views

How does the PPA fit into the scenario of publishing an application to the Ubuntu Software Center?

I've been going through docs for the past couple of hours but I haven't understood what the PPA is? I have a cross-platform Java application that I'd like to publish to the Ubuntu Software Center. My ...
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
174 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?
0
votes
0answers
27 views

Is there a script or application that creates a deb from a ppa address that adds the ppa to the system repositories?

I've created my ppa, uploaded my package and i'd now like a simple way for the users to add my 3rd party ppa to their repositories. I've seen some deb files around that add ppa, how are these created ...
2
votes
2answers
89 views

How can I upload to a PPA without .changes file?

So, I'm developing an app for the Ubuntu Showdown, and as quickly is still very buggy (I had problems using it), I decided to do my app entirely from scratch, using Python/GTK+3. I've done my app and ...
0
votes
1answer
91 views

How to create a deb package that adds ppa then installs another package?

I'm looking for a single click solution to add a ppa then install a package in that ppa as the apturl method is disabled for security reasons. I'm wanting to create a .deb file that adds my ppa then ...
7
votes
1answer
312 views

Creating a PPA for maven project

I wanted to try creating my own ppa. The project I have is a java project build with maven. This is what I've already done so far: created a ppa set up a new project on launchpad added a branch that ...
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
0answers
2k views

xfce 4.10 package availability [closed]

xfce 4.10 has recently been released but I cannot find a supported ppa available yet. There is this ppa https://launchpad.net/~xubuntu-dev/+archive/xfce-4.10 but it still remains empty. Does anyone ...
3
votes
2answers
506 views

How to include a screenshot of my application in the DEB/PPA to show it in Software-Center?

I know how to create a DEB and push it into my PPA at Launchpad but I want to know how I can include a screenshot of the application that it shows up in Software-Center.
2
votes
1answer
127 views

How do I make my application startable from the terminal?

I've created several Python applications wherefore I know how to create a DEB and how to push an application into my PPA in Launchpad. What I never found out is how to make the application startable ...
2
votes
1answer
178 views

How to upload theme files into a PPA?

I have a GTK3 and a Gnome Shell theme. I haven't created a deb file yet... Can i please know how to create a deb file and upload it to the launchpad? Is there any good guides?
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
1answer
256 views

Rebuilding a Newer Version of a Deb Package

What's the best way to update (through rebuild from source) a Debian/Ubuntu-package to a more recent version? Should I be using apt source in all cases including when I want to publish it as Personal ...
2
votes
2answers
178 views

Easiest way to package a directory of MATLAB scripts into a Launchpad PPA

I'm administering a small network of Ubuntu boxes for a series of measuring machines in a laboratory. These machines depend on a small directory of MATLAB scripts in /usr/local/MATLAB/... in order to ...
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 ...