1
vote
1answer
25 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 ...
3
votes
1answer
98 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 ...
7
votes
1answer
308 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 ...
2
votes
1answer
172 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?
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 ...
6
votes
1answer
358 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 ...