Tagged Questions
3
votes
1answer
184 views
Why do signed deb packages say they're not authenticated when copied to my private deb repo?
Quick Version
I have set up a private deb repository and copied some signed deb packages into it. I have installed the signing key locally. However when I try to install from the repo I get this ...
6
votes
2answers
235 views
apt: how to search using package tags?
Some (most?) packages in Debian, have tags. For example:
=# apt-cache show squirrelmail | perl -lne 'print if /^Tag:/.../^\S/'
Tag: implemented-in::php, interface::web, mail::imap, mail::smtp,
...
3
votes
1answer
141 views
Creating custom DEB packages of common programs
I have an increasing number of servers running Debian or Ubuntu with customized versions of Apache, PHP, etc.
I thought I might be able to save time by creating my own APT source and putting ...
0
votes
3answers
238 views
DEB: “Provides:” field ignored
I need to replace a package with a custom one, which gets its own name (foo-origpackage). To allow it to be used as drop-in replacement, I added the Provides: origpackage line to the control file. ...
0
votes
1answer
284 views
simple-cdd : including custom deb files
I can create a custom CD with simple-cdd wich install by default severals packages (I want apache and mysql for example), but I have a problem when I want to add custom deb files (first one is nammed ...
3
votes
2answers
2k views
Can reprepro accept a new version of a package into the repository?
I have installed a package into my own debian package repository like so:
$ sudo reprepro -b /var/packages/ubuntu includedeb maverick my-package_0.8-0_all.deb
my-package_0.8-0_all.deb: component ...
3
votes
1answer
755 views
Why does reprepro complain about the “all” architecture?
I started setting up a deb repository today for some of our applications. Given that they are interpreted scripts, I went with "all" architecture (from conf/distributions):
Codename: lucid
...
1
vote
1answer
932 views
How do I see the changelog for a debian/ubuntu deb package?
I'm running Ubuntu and I have a deb file installed. I've made deb packages before, so I know there is a debian changelog (debchange). Is there anyway to see the debian changelog for any package that I ...