|
@@ -73,6 +73,8 @@ If you want to build/test package locally:
|
|
|
bzr commit -m "Upstream version x.y"
|
|
|
bzr push
|
|
|
|
|
|
+
|
|
|
+
|
|
|
# Init debian dir repository into launchpad (when repository for sources does not exist)
|
|
|
#----------------------------------
|
|
|
- Create debian directory and upload it onto bzr branch lp:~yourlogin/+junk/debian-[dev|stable]
|
|
@@ -104,12 +106,13 @@ If you want to build/test package locally:
|
|
|
bzr push lp:~yourlogin/+junk/debian-[dev|stable]
|
|
|
|
|
|
|
|
|
+
|
|
|
# Define a recipe into launchpad (a rule to build packages into a PPA)
|
|
|
#----------------------------------
|
|
|
-- Create a file dolibarr.recipe with content
|
|
|
+- Create a file dolibarr-[beta|stable].recipe with content
|
|
|
cd bzr
|
|
|
- vi dolibarr.recipe
|
|
|
- For dev:
|
|
|
+ vi dolibarr-[beta|stable].recipe
|
|
|
+ For beta/dev:
|
|
|
# bzr-builder format 0.3 deb-version {debupstream}-0~{revno}
|
|
|
lp:dolibarr
|
|
|
merge packaging lp:~yourlogin/+junk/debian-dev
|
|
@@ -119,7 +122,7 @@ If you want to build/test package locally:
|
|
|
merge packaging lp:~yourlogin/+junk/debian-stable
|
|
|
- Run command
|
|
|
cd bzr
|
|
|
- bzr dailydeb dolibarr.recipe working-dir
|
|
|
+ bzr dailydeb dolibarr-[beta|stable].recipe working-dir
|
|
|
This will create a directory "working-dir" with dolibarr sources and will add sources from ~yourlogin/+junk/debian-[dev|stable]
|
|
|
- Test package sources
|
|
|
sudo pbuilder build <working-dir>/<project>_<version>.dsc
|