@Daniel Beck
Yes, you are right, I have to use non-default ppa. In standard repo there is only dpkg-1.15.5.6ubuntu4.9 version. We need newer dpkg to open jenkins-1.595.deb file. To install newer dpkg-1.16.x I had to install newer tar package as dependency.

On Ubuntu 12.04 all works fine "out of box", no one problem:

test01:/tmp$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 12.04.1 LTS
Release:	12.04
Codename:	precise

test01:/tmp$ dpkg-deb --version
Debian `dpkg-deb' package archive backend version 1.16.1.2 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

test01:/tmp$ dpkg-deb -c jenkins_1.595_all.deb 
drwxr-xr-x root/root         0 2014-12-22 05:10 ./
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/jenkins/
-rw-r--r-- root/root  68215690 2014-12-22 05:10 ./usr/share/jenkins/jenkins.war
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/doc/
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/doc/jenkins/
-rw-r--r-- root/root      1349 2013-10-28 04:45 ./usr/share/doc/jenkins/copyright
...

On Ubuntu 14.04 too,

jenkins:~$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.1 LTS
Release:	14.04
Codename:	trusty

dpkg-deb --version
Debian `dpkg-deb' package archive backend version 1.17.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.

jenkins:/tmp$ dpkg-deb -c jenkins_1.595_all.deb 
drwxr-xr-x root/root         0 2014-12-22 05:10 ./
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/
drwxr-xr-x root/root         0 2014-12-22 05:10 ./usr/share/jenkins/
-rw-r--r-- root/root  68215690 2014-12-22 05:10 ./usr/share/jenkins/jenkins.war
...
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to