Difference between revisions of "User:Paul/sandbox/Create backport for PPA"

From UNPM.org Wiki
Jump to navigation Jump to search
(Created page with "'''WARNING:''' This article is in a user sandbox, indicating it is a rough draft, and as such, is likely incomplete, contains buggy and insecure configurations, and is subject...")
 
Line 2: Line 2:
  
 
http://opensourcehacker.com/2013/03/20/how-to-backport-packages-on-ubuntu-linux/
 
http://opensourcehacker.com/2013/03/20/how-to-backport-packages-on-ubuntu-linux/
 +
 +
Steps after having already created Launchpad account:
 +
 +
username@servername:~$ eval $(gpg-agent --daemon)
 +
username@servername:~$ echo DEBSIGN_KEYID=<key id> > ~/.devscripts
 +
username@servername:~$ export DEBFULLNAME="<Given-name Surname>"
 +
username@servername:~$ export DEBEMAIL="username@example.com"
 +
username@servername:~$ export UBUMAIL="username@example.com"
 +
username@servername:~$ backportpackage -u ppa:ppaname/packagename packagename
 +
username@servername:~$

Revision as of 15:35, 29 January 2015

WARNING: This article is in a user sandbox, indicating it is a rough draft, and as such, is likely incomplete, contains buggy and insecure configurations, and is subject to substantial and frequent changes.

http://opensourcehacker.com/2013/03/20/how-to-backport-packages-on-ubuntu-linux/

Steps after having already created Launchpad account:

username@servername:~$ eval $(gpg-agent --daemon)
username@servername:~$ echo DEBSIGN_KEYID=<key id> > ~/.devscripts
username@servername:~$ export DEBFULLNAME="<Given-name Surname>"
username@servername:~$ export DEBEMAIL="username@example.com"
username@servername:~$ export UBUMAIL="username@example.com"
username@servername:~$ backportpackage -u ppa:ppaname/packagename packagename
username@servername:~$