Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
2answers
605 views

license info of a deb package

I am trying to get license information of uninstalled deb packages. dpkg --info <package-name>.deb does not give that information. Is there any command in ubuntu which will give this info? (In ...
3
votes
1answer
85 views

Versioning of debian packaging Information

I'm developing certain scripts and small software packages which I also package as debian packages. The code is maintained in git and I create new release tarballs with an make target and ...
3
votes
1answer
274 views

Including license agreement in .deb file

How can i include a license agreement interaction in a .deb file? The question http://stackoverflow.com/questions/668838/linux-support-for-click-thru-licenses only asks if its possible, but not how. ...
3
votes
6answers
4k views

How do I preserve installed applications when migrating Ubuntu to another platform?

I'm looking at maybe moving from an older AMD64 to a new Intel dual-core which is 32 bit. Installation isn't a problem but can I transfer all the installed apps? I haven't been able to find anything ...
2
votes
2answers
61 views

Is there a way to automatically determine dependencies when setting up a dpkg control file?

Most of the fields in a dpkg (Debian) control file are straightforward. The tricky one is determining the list of dependencies (Depends:). I was hoping that dpkg-gencontrol could do this for me by ...
2
votes
2answers
99 views

How can I uninstall the last installed application (recently installed) with dpkg?

I need to use a command and or script that uninstalls the last recently installed application deb . I can't use apt-get in this case but rather dpkg --purge or similar, something like dpkg --remove ...
2
votes
0answers
48 views

What's a good method to trigger apache restart after .deb installation?

I have several custom .debs that I've built. They all depend on apache and after upgrade of any package apache needs to be restarted. Restarting apache naively from the postinst I get a restart for ...
2
votes
1answer
194 views

How to automate linux kernel module compilation when installing a new kernel?

I am writing a Linux kernel module. It is released with all the source files (although the license is proprietary) to be compiled against the running kernel. When installing my module (distributed as ...
2
votes
1answer
419 views

dpkg: warning: while removing directory /usr/local not empty so not removed

I built and installed a debian package from the following folder structure: myprog DEBIAN control usr local bin myprog.sh ... using the following commands: dpkg -b myprog/ ...
1
vote
1answer
18 views

Rebuild an ubuntu/debian package without some of the patches

I'd like to rebuild a source package that's in the ubuntu repo, changing nothing, except that I would like to build it without a subset of the patches it comes with. I have no experience doing such ...
1
vote
2answers
23 views

How to automatically satisfy dependencies in “.dsc” files while building debian package from source?

When I download some package sources, (e.g. foo-[ver].orig.tar.gz, foo-[ver].dsc), I often encounter dependencies problem while using dpkg-source -x foo-[ver].dsc and dpkg-buildpackage -us -uc .... In ...
1
vote
1answer
51 views

Redirection operator is limiting columns

I am running the following command to list the packages installed on a server. $> dpkg -l This is fine but when I do this $> dpkg -l > list_of_packages_installed I only get 106 columns ...
1
vote
1answer
185 views

CentOS equivalent of dpkg -s [closed]

I'm adapting a prepare script for CentOS that was previously written for Ubuntu. In the Ubuntu script, the command dpkg -s {some program} is called frequently. For example, one such command is dpkg ...
1
vote
0answers
229 views

Mac OS .deb packaging trouble

I've searched a lot, but didn't find the solution. I need to package my ios app into .deb. I have installed Mac Ports and dpkg, I have control file in DEBIAN folder in MyApp folder I run ...
1
vote
0answers
154 views

dpkg on iPhone: edit a property list with a postinst script

I need to change a single boolean value in a property list upon installation of a package (it is dependent on a system setting that is not configurable through a GUI). How can I edit a property list ...
1
vote
1answer
67 views

How do wildcards get set when building eglibc?

I am attempting to build the eglibc-2.11.2 package from source. Stupidly or not, I'm trying to backport it to Debian Lenny, mainly so I can build other things that require it without having to ...
1
vote
1answer
120 views

How can I make a Debian package depend on another package with exactly the same version

I'm building a Debian package which gathers together a number of other closely tied packages by declaring them as dependencies. I want those dependencies to be exactly the same version as the ...
1
vote
3answers
480 views

How can I list the minimal set of Debian packages needed to recreate a set of installed packages?

Is there a way of getting dpkg, apt-get or aptitude to produce a list of the packages which need to be installed on a second machine to duplicate the packages installed on a first? i.e. If I've ...
1
vote
2answers
786 views

debian package creating needed directories in preinst

I have the following debian structure: debian/usr/share/test debian/usr/share/test/test debian/usr/share/test/test/a debian/usr/share/test/test/b After building the package using dpkg-deb --build ...
1
vote
3answers
2k views

How do I add an init.d script into a .deb

I have a project.init file in the debian directory (along with rules, control, etc), and I have dh_installinit in my rules file (in the binary-arch rule). When dpkg-buildpackage completes, the init ...
0
votes
1answer
28 views

Run time installation directory of debian package contents

I have a debian package that I built that contains a tar ball of the files, a control file, and a postinst file. Its built using dpkg-deb and it installs properly using dpkg. The modification I ...
0
votes
1answer
30 views

How to show “Loading UIAlertView” for system command?

I'm trying to get a Loading UIAlertView with ActivityIndicator to pop up as soon as I tap a button. At that very moment I need it to run the dpkg command. I'm very close to completing it. There's ...
0
votes
1answer
33 views

Can/should I install .deb files under MacPorts using dpkg

I'm installing otrfileconverter from the Guardian Project which depends upon the python modules potr and pyjavaproperties, which exist under Fink but not MacPorts. I could do this all manually but ...
0
votes
2answers
49 views

What is alternative to -dpkg for Mac?

I'm trying to use dpkg command but in Mac OS X it doesn't seem to work for me dpkg -scanpackages -m . /dev/null -->Packages -bash: dpkg: command not found dns:Administrator$ man dpkg No manual ...
0
votes
2answers
51 views

Shared data between Activities and threading

I have an application called ListApp like this public class ListApp extends Application { public static RSmovies[] appRsMovie=new RSmovies[1]; public static ImageDownloader id =new ...
0
votes
1answer
28 views

fakeroot alternative for RPM

I studying dpkg and rpm package systems. I found in dpkg manuals recommendation to use fakeroot for correct build package as non-root user. But for RPM package i don't found alternative utility. I ...
0
votes
0answers
50 views

dpkg fails when started by C++ but not when called from command line

I'm currently developping in C++ a software which updates some packages on a Linux distribution (using dpkg, provided by Busybox). All it does is download some files, check their MD5 checksums and ...
0
votes
1answer
128 views

Adobe Air: version number does not start with digit

i'm installing Adobe Air in Ubuntu v11.04. The installation process is successful. But when I tried to install an Adobe Air application, errors occur. Here's the usual error I've got from my ...
0
votes
1answer
23 views

dpkg- unknown control file error

Under what conditions will lintian throw error unknown-control-file? the package is being created with no warnings but lintian is giving that warning and the error empty-binary-package My directory ...
0
votes
0answers
87 views

dpkg giving error “Is a directory”

I am trying to create a Debain .deb package. Package is being created successfully but I am getting following error when I try to install it: unable to open file '/var/lib/dpkg/tmp.ci//opt': Is a ...
0
votes
1answer
140 views

Can't compile .deb packages; make package command returns error

When I try to compile a Notification Center widget for iOS 5 using cd <name> make package then I get the following error: make package requires dpkg-deb. make: *** [package] Error 1 But I ...
0
votes
3answers
92 views

bash script: here string works inconsistently

I have a simple bash script that connects to a series of servers and updates a specific package, using a here-string to answer a prompt: sudo /usr/bin/apt-get install package-name <<< Y ...
0
votes
0answers
23 views

Hide package from dpkg/status

i'm wondering is there a tool or bash script that can remove package from status file (ex. /var/lib/dpkg/status) or the only way is to do remove it manually with "vi"... Thanks
0
votes
0answers
128 views

dpkg is block when installing javac package

I am trying to install Thrift so by fallowing the instruction I found that I need to install java. So I did: # javac The program 'javac' can be found in the following packages: * openjdk-6-jdk * ...
0
votes
2answers
453 views

PHP running bash (.sh) script. dpkg --info works but not dpkg -i

Sample PHP Script looks like this: #!/usr/bin/php $file = '/private/var/www/app/install.sh'; if(is_file($file)){ $output = shell_exec('bash /private/var/www/app/install.sh'); ...
0
votes
2answers
166 views

Language-selector-common in Ubuntu 10.10

When I am trying to install various packages, for example gitk and ruby1.8-dev, I recieve the following output: Setting up language-selector-common (0.6.7) ... dpkg: error processing ...
0
votes
2answers
379 views

How do I update DPKG itself on Debian?

I have a very old version of it and it refuses to install new .deb files This is the original problem: Trying to install Google's mod_pagespeed for Apache. Result: dpkg: regarding ...
0
votes
1answer
210 views

Creating a .deb with Apache Ant and without dpkg

I'm trying to create a buildfile for creating .deb installation files. So far, so fine. My goal is to avoid dpkg, so that the build can be done from any plattform. Now that I created all the ...
0
votes
1answer
247 views

Generate package config file automagically using Scons, bjam, and/or cmake

Hey Stackoverflowers: one comment and one question. Comment: You guys/girls are great, thanks for taking a look. Question: Can Bjam, Scons, or Cmake easily install a .pc file for library projects? ...
0
votes
1answer
552 views

How do I install dpkg on the iPhone, manually?

Assuming I have SSH access to my phone but dpkg is not installed, how can I do so, manually?
0
votes
4answers
216 views

Why does my hand created deb package fails at install with “unable to create” on files?

I made a perl script that creates a deb binary package from scratch. I created the data, control, etc. But when I run dpkg -i on my deb package it complains that it is unable to files from data. ...
0
votes
1answer
253 views

Poppler installation

I downloaded the new poppler 0.15 tarball and i built it from source successfully but when trying dpkg -l | grep poppler it outputs ii libpoppler-dev ...
0
votes
1answer
39 views

in apt-get sources file, what is the “binary” dist?

According to http://pkg.hudson-labs.org/debian , I need to add the following line to my sources.list file: deb http://pkg.hudson-labs.org/debian binary/ But what does the "binary" part mean? The ...
0
votes
1answer
21 views

how to define the “depends” for the running kernel

package A depends on package B-kmod and B-kmod has several variants. like B-kmod--{generic,pae-generic} etc. and in turn B-kmod depends on linux-image of the same flavor. i'd like A to have depends ...
0
votes
1answer
62 views

List of installed Debian packages - but with a twist!

I have an old Debian box that I used heavily over a long period of time that will no longer boot cleanly, so I pulled out a new Ubuntu Live CD to give it a second chance at life. I backed up all my ...
0
votes
2answers
2k views

dpkg error exit status 2

Trying to build php from source on Ubuntu 9.10 to enable GD2, but when i run dpkg-buildpackage, it just quits giving me this error: QUILT_PATCHES=debian/patches quilt --quiltrc /dev/null pop -a -R ...
0
votes
1answer
119 views

Debian package creation error

I'm trying to build a Debian package, but I've got this weird pseudo-directory problem. I run: $ fakeroot debian/rules binary I've built the binary before, but something must have changed on my ...
0
votes
1answer
1k views

Variables in debian/rules makefile

I have to port one RPM (made for Fedora) to Ubuntu as a deb package. In the RPM .spec file I'm using several variables ($RPM_BUILD_ROOT, %{_libdir}, %{name}, %{version}) to create a symlink: ...