| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: deb | Distribution: openSUSE 12.1 |
| Version: 1.15.8.10 | Vendor: openSUSE |
| Release: 9.6.1 | Build date: Mon Oct 29 15:52:03 2012 |
| Group: System/Packages | Build host: build16 |
| Size: 4067104 | Source RPM: deb-1.15.8.10-9.6.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.debian.org | |
| Summary: Tools for Debian Packages | |
This package contains tools for working with Debian packages. It makes it possible to create and extract Debian packages. If Alien is installed, the packages can be converted to RPMs. This package contains the following Debian packages: dpkg, dselect, dpkg-doc, dpkg-dev, debhelper, and devscripts.
GPL-2.0+
* Thu Sep 13 2012 vdziewiecki@suse.com
-Fix bnc#778291 - VUL-1: CVE-2012-3500: deb: annotate-output has
tmp issues - annotate-output.patch
* Sun Sep 18 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
(cf. packaging guidelines)
- Use %_smp_mflags for parallel build
* Thu Mar 31 2011 flichtenheld@astaro.com
- Merge openSUSE:Tools changes with system:packagemanager changes
* Thu Mar 17 2011 mvyskocil@suse.cz
- split the u-a to separate spec file to reduce a build cycle
* Wed Mar 16 2011 mvyskocil@suse.cz
- update to dpkg-1.15.8.10
- update to debhelper-7.5.17
- update to devscripts-2.10.71
- see /usr/share/doc/packages/deb/*/changelog for details
- build and install update-alternatives as separate subpackage
- add download urls to source tags
- remove pushd/popd madness in %prep, use only one cd ..
- convert sed archtable hackery to patch and refresh patches
- rewrite a architecture mugging in config.h to be more readable
* Fri Jan 28 2011 adrian@suse.de
- fix build on old distros
* Fri Jan 28 2011 flichtenheld@astaro.com
- install missing debhelper files
- install dh
- install Debian/Debhelper/Buildsystem/*.pm
* Thu Jul 29 2010 wolfgang.rosenauer@basyskom.de
- make 'debcommit -r' work with mercurial 1.6
* Fri Apr 09 2010 puzel@novell.com
- update to dpkg-1.15.6.1
- update to debhelper-7.4.17
- update to devscripts-2.10.62
- see /usr/share/doc/packages/deb/*/changelog for details
- split deb-devel subpackage
* Fri Feb 19 2010 puzel@novell.com
- update to dpkg-1.15.5.6
- update to debhelper-7.4.15
- update to devscripts-2.10.61
- see /usr/share/doc/packages/deb/*/changelog for details
* Wed Jan 06 2010 jengelh@medozas.de
- enable parallel building with smp_mflags
* Fri Dec 18 2009 wr@rosenauer.org
- try to fix older dists
* Wed Nov 25 2009 puzel@novell.com
- update to dpkg-1.15.5.2, debhelper-7.4.8, devscripts-2.10.58
- huge number of changelogs - please see appropriate changelogs
for details:
- /usr/share/doc/packages/deb/debhelper/changelog
- /usr/share/doc/packages/deb/dpkg/changelog
* Thu Nov 12 2009 wr@rosenauer.org
- include devscripts-2.10.55
- add sensible-editor helper script
* Thu Aug 13 2009 puzel@novell.com
- update to debhelper-7.3.12
* dh: Allow creation of new sequences (such as to handle a patch
target for quilt), by adding an add_command function to the
sequence addon interface.
* perl_build: Fix Build check to honor source directory setting.
* perl_build: Avoid failing if forced to be used in dh_auto_clean
when Build does not exist (ie due to being run twice in a row).
* dh_builddeb: Fix man page typo.
* dh_installdeb: In udeb mode, support the menutest and isinstallable
maintainer scripts.
* Tue Aug 04 2009 puzel@novell.com
- update to debhelper-7.3.9
* cmake: Avoid forcing rpath off as this can break some test suites.
It gets stripped by cmake at install time.
* Mon Jul 27 2009 puzel@novell.com
- update to debhelper-7.3.8
* First upload of buildsystems support to unstable.
Summary: Adds --buildsystem (modular, OO buildsystem classes),
- -sourcedirectory, --builddirectory, and support for cmake
and ant.
* python_distutils buildsystem: Build for all supported Python
versions that are installed. Ensure that correct shebangs are
created by using `python' first during build and install.
Also build with python*-dbg if the package build-depends
on them.
* Thu Jul 16 2009 puzel@novell.com
- update to debhelper-7.3.4
* Add a versioned dep on perl-base, to get a version that supports
GetOptionsFromArray.
* dh_install: Fix support for the case where --sourcedir=debian/tmp/foo
is used. Perl was not being greedy enough and the 'foo' was not stripped
from the destination directory in this unusual case.
* dh_install: Fix support for the case where debian/tmp is
explicitly specified in filename paths despite being searched by
default.
* dh_install: Add test suite covering the last 5 bugs.
* Fri Jul 03 2009 puzel@novell.com
- update to debhelper-7.3.1
* Modular object oriented dh_auto_* buildsystem support,
contributed by Modestas Vainius
- dh_auto_* --sourcedirectory can now be used to specify a source
directory if sources and/or the whole buildsystem lives elsewhere
than the top level directory.
- dh_auto_* --builddirectory can now be used to specify a build
directory to use for out of source building, for build systems
that support it.
- dh_auto_* --buildsystem can now be used to override the autodetected
build system, or force use of a third-party class.
- dh_auto_* --list can be used to list available and selected build
systems.
- Adds support for cmake.
- For the perl_build build system, Build is used consistently
instead of falling back to using the generated Makefile.
- Historical dh_auto_* behavior should be preserved despite these
large changes..
* Move two more command-specific options to only be accepted by the commands
that use them. The options are:
- -sourcedir, --destdir
If any third-party debhelper commands use either of the above options,
they will be broken, and need to be changed to pass options to init().
* Make dh not complain about unknown, command-specific options passed to it,
and further suppress warnings about such options it passes on to debhelper
commands. This was attempted incompletely before in version 7.2.17.
* dh_install: Fix installation of entire top-level directory
from debian/tmp.
* dh_install: Handle correctly the case where a glob expands to
a dangling symlink, installing the dangling link as requested.
* dh_install: Fix fallback use of debian/tmp in v7 mode; a bug caused
it to put files inside a debian/tmp directory in the package build
directory, now that prefix is stripped.
* dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps
prints a confusing warning if it does not.
* dh_auto_install: Pass --install-layout=deb to setup.py
to support python 2.6.
* Allow command-specific options to be passed to commands
via dh without causing other commands to emit a getopt
warning or deprecation message.
* dh_installinfo: No longer inserts install-info calls into
maintainer scripts, as that is now triggerized. Adds a dependency
via misc:Depends to handle partial upgrades. Note that while
dh_installinfo already required that info files had a INFO-DIR-SECTION,
the new system also requires they have START-INFO-DIR-ENTRY and
END-INFO-DIR-ENTRY for proper registration. I assume there will be
some mass bug filing for any packages that do not have that.
* Fri Jun 12 2009 puzel@suse.cz
- update to debhelper-7.2.16
* dh_gconf: Add missed half of postrm fragment removal.
* Thu Jun 11 2009 puzel@suse.cz
- update to debhelper-7.2.15
* dh_strip, dh_shlibdeps: Add support for OCaml shared libraries.
* dh_compress: Avoid compressing .svg and .sgvz files, since these
might be used as images on a html page, and also to avoid needing
to special case the .svgz extension when compressing svg.
* dh_scrollkeeper: Now a deprecated no-op.
* dh_gconf: Remove postrm fragment that handled schema migration
from /etc to /usr.
* Thu May 21 2009 puzel@suse.cz
- update to debhelper-7.2.14
* dh: Avoid writing log after override_dh_clean is run.
* dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL.
* dh_auto_configure: Revert --skipdeps change
* Wed May 13 2009 puzel@suse.cz
- update to debhelper-7.2.11
* dh: Support --with addon,addon,...
* dh_auto_configure: Add --skipdeps when running Makefile.PL,
to prevent Module::Install from trying to download dependencies.
* Support debian/foo.os files to suppliment previous debian/foo.arch
file support.
* Mon May 11 2009 puzel@suse.cz
- update to debhelper-7.2.10
* Close COMPAT_IN filehandle.
* dh_auto_configure: Clarify man page re adding configure
parameters.
* dh_auto_configure: Pass packlist=0 when running Makefile.PL,
in case it is a Build.PL passthru, to avoid it creating
the .packlist file.
* Wed May 06 2009 puzel@suse.cz
- update to debhelper-7.2.9
* dh_fixperms: Ensure lintian overrides are mode 644.
* dh_fixperms: Fix permissions of OCaml .cmxs files.
* dh: Add --without to allow disabling sequence addons (particularly
useful to disable the default python-support addon).
- split -lang subpackage
* Tue Apr 21 2009 puzel@suse.cz
- update to debhelper-7.2.8
* dh_desktop: Now a deprecated no-op, since desktop-file-utils
uses triggers.
* Move dh sequence documentation to PROGRAMMING.
* Thu Apr 16 2009 puzel@suse.cz
- update to debhelper-7.2.7
* fix calling the same helper for separate packages in the override of dh
binary-indep/binary-arch
* add --remaining-packages option
* dh_icons: ignore gnome and hicolor themes (will be handled
by triggers)
* Mon Apr 06 2009 puzel@suse.cz
- add a hack to detect architecture correctly (bnc#469337)
* Mon Mar 16 2009 puzel@suse.cz
- update to debhelper-7.2.6
* examples files updated to add dh_bugfiles, remove obsolete
dh_python
* dh_auto_test: Support DEB_BUILD_OPTIONS=nocheck
* set MODULEBUILDRC=/dev/null when running perl Build scripts
to avoid ~/.modulebuildrc influencing the build
* dh_installmenus: Revert removal of update-menus calls
* Mon Mar 09 2009 puzel@suse.cz
- update to debhelper-7.2.4
* dh_makeshlibs: Fix --add-udeb, for real
* dh_installmenus: Now that a triggers capable menu and dpkg are in
stable, menu does not need to be explicitly run in maintainer
scripts, except for packages with menu-methods files.
* dh_installdocs: No longer add maintainer script code to call
doc-base, as it supports triggers in stable.
* dh_bugfiles: New program, contributed by Modestas Vainius.
* dh: Override LC_ALL, not LANG.
* dh_installchangelogs: Support -X to exclude automatic installation
of specific upstream changelogs.
* Compat level 4 is now deprecated.
* dh_makeshlibs: Re-add --add-udeb support.
* dh_shlibdeps: Remove --add-udeb switch (was accidentially added here).
* Thu Mar 05 2009 puzel@suse.cz
- update to debhelper-7.2.2
* dh_installmodules: Give files in /etc/modprobe.d a .conf
syntax, as required by new module-init-tools.
* dh_installmodules: Add preinst and postinst code to handle
cleanly renaming the modprobe.d files on upgrade.
* Two updates to conffile moving code from wiki:
- Support case where the conffile name is a substring of another
conffile's name.
- Support case where dpkg-query says the file is obsolete.
* Tue Mar 03 2009 puzel@suse.cz
- update to dpkg-1.15.0 and debhelper-7.2.1
- huge number of changes, please see
/usr/share/doc/packages/deb/dpkg/changelog and
/usr/share/doc/packages/deb/debhelper/changelog
for details
/etc/dpkg /etc/dpkg/dpkg.cfg.d /etc/dpkg/dselect.cfg.d /usr/bin/annotate-output /usr/bin/archpath /usr/bin/bts /usr/bin/build-rdeps /usr/bin/chdist /usr/bin/checkbashisms /usr/bin/cowpoke /usr/bin/cvs-debi /usr/bin/cvs-debrelease /usr/bin/cvs-debuild /usr/bin/dcmd /usr/bin/dcontrol /usr/bin/dd-list /usr/bin/deb-reversion /usr/bin/debchange /usr/bin/debcheckout /usr/bin/debclean /usr/bin/debcommit /usr/bin/debdiff /usr/bin/debi /usr/bin/debpkg /usr/bin/debrelease /usr/bin/debrsign /usr/bin/debsign /usr/bin/debsnap /usr/bin/debuild /usr/bin/desktop2menu /usr/bin/dget /usr/bin/dh /usr/bin/dh_auto_build /usr/bin/dh_auto_clean /usr/bin/dh_auto_configure /usr/bin/dh_auto_install /usr/bin/dh_auto_test /usr/bin/dh_bugfiles /usr/bin/dh_builddeb /usr/bin/dh_clean /usr/bin/dh_compress /usr/bin/dh_desktop /usr/bin/dh_fixperms /usr/bin/dh_gconf /usr/bin/dh_gencontrol /usr/bin/dh_icons /usr/bin/dh_install /usr/bin/dh_installcatalogs /usr/bin/dh_installchangelogs /usr/bin/dh_installcron /usr/bin/dh_installdeb /usr/bin/dh_installdebconf /usr/bin/dh_installdirs /usr/bin/dh_installdocs /usr/bin/dh_installemacsen /usr/bin/dh_installexamples /usr/bin/dh_installifupdown /usr/bin/dh_installinfo /usr/bin/dh_installinit /usr/bin/dh_installlogcheck /usr/bin/dh_installlogrotate /usr/bin/dh_installman /usr/bin/dh_installmanpages /usr/bin/dh_installmenu /usr/bin/dh_installmime /usr/bin/dh_installmodules /usr/bin/dh_installpam /usr/bin/dh_installppp /usr/bin/dh_installudev /usr/bin/dh_installwm /usr/bin/dh_installxfonts /usr/bin/dh_link /usr/bin/dh_lintian /usr/bin/dh_listpackages /usr/bin/dh_makeshlibs /usr/bin/dh_md5sums /usr/bin/dh_movefiles /usr/bin/dh_perl /usr/bin/dh_prep /usr/bin/dh_python /usr/bin/dh_scrollkeeper /usr/bin/dh_shlibdeps /usr/bin/dh_strip /usr/bin/dh_suidregister /usr/bin/dh_testdir /usr/bin/dh_testroot /usr/bin/dh_undocumented /usr/bin/dh_usrlocal /usr/bin/diff2patches /usr/bin/dpkg /usr/bin/dpkg-architecture /usr/bin/dpkg-buildflags /usr/bin/dpkg-buildpackage /usr/bin/dpkg-checkbuilddeps /usr/bin/dpkg-deb /usr/bin/dpkg-depcheck /usr/bin/dpkg-distaddfile /usr/bin/dpkg-divert /usr/bin/dpkg-genbuilddeps /usr/bin/dpkg-genchanges /usr/bin/dpkg-gencontrol /usr/bin/dpkg-gensymbols /usr/bin/dpkg-maintscript-helper /usr/bin/dpkg-mergechangelogs /usr/bin/dpkg-name /usr/bin/dpkg-parsechangelog /usr/bin/dpkg-query /usr/bin/dpkg-scanpackages /usr/bin/dpkg-scansources /usr/bin/dpkg-shlibdeps /usr/bin/dpkg-source /usr/bin/dpkg-split /usr/bin/dpkg-statoverride /usr/bin/dpkg-trigger /usr/bin/dpkg-vendor /usr/bin/dscverify /usr/bin/dselect /usr/bin/getbuildlog /usr/bin/grep-excuses /usr/bin/licensecheck /usr/bin/list-unreleased /usr/bin/manpage-alert /usr/bin/mass-bug /usr/bin/mergechanges /usr/bin/mk-build-deps /usr/bin/namecheck /usr/bin/nmudiff /usr/bin/plotchangelog /usr/bin/pts-subscribe /usr/bin/rc-alert /usr/bin/rmadison /usr/bin/sensible-editor /usr/bin/svnpath /usr/bin/tagpending /usr/bin/transition-check /usr/bin/uscan /usr/bin/uupdate /usr/bin/who-uploads /usr/bin/whodepends /usr/bin/wnpp-alert /usr/bin/wnpp-check /usr/lib/devscripts /usr/lib/devscripts/libvfork.so.0 /usr/lib/perl5/vendor_perl/5.14.2/Debian /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/ant.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/autoconf.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/cmake.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/makefile.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/perl_build.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/perl_makemaker.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/python_distutils.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Buildsystem/qmake.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Dh_Buildsystems.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Dh_Getopt.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Dh_Lib.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Dh_Version.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Sequence /usr/lib/perl5/vendor_perl/5.14.2/Debian/Debhelper/Sequence/python_support.pm /usr/lib/perl5/vendor_perl/5.14.2/Debian/Dselect /usr/lib/perl5/vendor_perl/5.14.2/Debian/Dselect/Ftp.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg /usr/lib/perl5/vendor_perl/5.14.2/Dpkg.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Arch.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/BuildFlags.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/BuildOptions.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog/Debian.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog/Entry /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog/Entry.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog/Entry/Debian.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Changelog/Parse.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Checksums.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Compression /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Compression.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Compression/FileHandle.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Compression/Process.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Conf.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control/Changelog.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control/Fields.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control/Hash.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control/Info.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Control/Types.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Deps.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/ErrorHandling.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Exit.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Gettext.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/IPC.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Index.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Interface /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Interface/Storable.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Path.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs/Cppfilt.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs/Objdump.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs/Symbol.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Shlibs/SymbolFile.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Archive.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Functions.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V1.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V2.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3 /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3/bzr.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3/custom.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3/git.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3/native.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Package/V3/quilt.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Source/Patch.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Substvars.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vars.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vendor /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vendor.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vendor/Debian.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vendor/Default.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Vendor/Ubuntu.pm /usr/lib/perl5/vendor_perl/5.14.2/Dpkg/Version.pm /usr/lib64/dpkg /usr/lib64/dpkg/methods /usr/lib64/dpkg/methods/disk /usr/lib64/dpkg/methods/disk/desc.cdrom /usr/lib64/dpkg/methods/disk/desc.harddisk /usr/lib64/dpkg/methods/disk/desc.mounted /usr/lib64/dpkg/methods/disk/desc.nfs /usr/lib64/dpkg/methods/disk/install /usr/lib64/dpkg/methods/disk/names /usr/lib64/dpkg/methods/disk/setup /usr/lib64/dpkg/methods/disk/update /usr/lib64/dpkg/methods/floppy /usr/lib64/dpkg/methods/floppy/desc.floppy /usr/lib64/dpkg/methods/floppy/install /usr/lib64/dpkg/methods/floppy/names /usr/lib64/dpkg/methods/floppy/setup /usr/lib64/dpkg/methods/floppy/update /usr/lib64/dpkg/methods/ftp /usr/lib64/dpkg/methods/ftp/README.mirrors.txt /usr/lib64/dpkg/methods/ftp/desc.ftp /usr/lib64/dpkg/methods/ftp/install /usr/lib64/dpkg/methods/ftp/names /usr/lib64/dpkg/methods/ftp/setup /usr/lib64/dpkg/methods/ftp/update /usr/lib64/dpkg/methods/multicd /usr/lib64/dpkg/methods/multicd/desc.multi_cd /usr/lib64/dpkg/methods/multicd/desc.multi_mount /usr/lib64/dpkg/methods/multicd/desc.multi_nfs /usr/lib64/dpkg/methods/multicd/install /usr/lib64/dpkg/methods/multicd/names /usr/lib64/dpkg/methods/multicd/setup /usr/lib64/dpkg/methods/multicd/update /usr/lib64/dpkg/parsechangelog /usr/lib64/dpkg/parsechangelog/debian /usr/sbin/install-info /usr/sbin/start-stop-daemon /usr/share/debhelper /usr/share/debhelper/autoscripts /usr/share/debhelper/autoscripts/maintscript-helper /usr/share/debhelper/autoscripts/postinst-emacsen /usr/share/debhelper/autoscripts/postinst-icons /usr/share/debhelper/autoscripts/postinst-init /usr/share/debhelper/autoscripts/postinst-init-nostart /usr/share/debhelper/autoscripts/postinst-init-restart /usr/share/debhelper/autoscripts/postinst-makeshlibs /usr/share/debhelper/autoscripts/postinst-menu /usr/share/debhelper/autoscripts/postinst-menu-method /usr/share/debhelper/autoscripts/postinst-mime /usr/share/debhelper/autoscripts/postinst-modules /usr/share/debhelper/autoscripts/postinst-moveconffile /usr/share/debhelper/autoscripts/postinst-python /usr/share/debhelper/autoscripts/postinst-sgmlcatalog /usr/share/debhelper/autoscripts/postinst-sharedmimeinfo /usr/share/debhelper/autoscripts/postinst-suid /usr/share/debhelper/autoscripts/postinst-usrlocal /usr/share/debhelper/autoscripts/postinst-wm /usr/share/debhelper/autoscripts/postinst-wm-noman /usr/share/debhelper/autoscripts/postinst-xfonts /usr/share/debhelper/autoscripts/postrm-debconf /usr/share/debhelper/autoscripts/postrm-icons /usr/share/debhelper/autoscripts/postrm-init /usr/share/debhelper/autoscripts/postrm-makeshlibs /usr/share/debhelper/autoscripts/postrm-menu /usr/share/debhelper/autoscripts/postrm-menu-method /usr/share/debhelper/autoscripts/postrm-mime /usr/share/debhelper/autoscripts/postrm-modules /usr/share/debhelper/autoscripts/postrm-sgmlcatalog /usr/share/debhelper/autoscripts/postrm-sharedmimeinfo /usr/share/debhelper/autoscripts/postrm-suid /usr/share/debhelper/autoscripts/postrm-xfonts /usr/share/debhelper/autoscripts/preinst-moveconffile /usr/share/debhelper/autoscripts/prerm-emacsen /usr/share/debhelper/autoscripts/prerm-init /usr/share/debhelper/autoscripts/prerm-init-norestart /usr/share/debhelper/autoscripts/prerm-python /usr/share/debhelper/autoscripts/prerm-sgmlcatalog /usr/share/debhelper/autoscripts/prerm-usrlocal /usr/share/debhelper/autoscripts/prerm-wm /usr/share/devscripts /usr/share/devscripts/Devscripts /usr/share/devscripts/Devscripts/DB_File_Lock.pm /usr/share/devscripts/Devscripts/Debbugs.pm /usr/share/devscripts/Devscripts/PackageDeps.pm /usr/share/devscripts/Devscripts/Packages.pm /usr/share/devscripts/Devscripts/Set.pm /usr/share/devscripts/Devscripts/URI.pm /usr/share/devscripts/Devscripts/Versort.pm /usr/share/devscripts/conf.default /usr/share/devscripts/debpkg /usr/share/doc/packages/deb /usr/share/doc/packages/deb/debhelper /usr/share/doc/packages/deb/debhelper/PROGRAMMING /usr/share/doc/packages/deb/debhelper/README /usr/share/doc/packages/deb/debhelper/TODO /usr/share/doc/packages/deb/debhelper/changelog /usr/share/doc/packages/deb/debhelper/copyright /usr/share/doc/packages/deb/debhelper/examples /usr/share/doc/packages/deb/debhelper/examples/rules.arch /usr/share/doc/packages/deb/debhelper/examples/rules.indep /usr/share/doc/packages/deb/debhelper/examples/rules.multi /usr/share/doc/packages/deb/debhelper/examples/rules.multi2 /usr/share/doc/packages/deb/debhelper/examples/rules.tiny /usr/share/doc/packages/deb/dpkg /usr/share/doc/packages/deb/dpkg/ABOUT-NLS /usr/share/doc/packages/deb/dpkg/AUTHORS /usr/share/doc/packages/deb/dpkg/COPYING /usr/share/doc/packages/deb/dpkg/INSTALL /usr/share/doc/packages/deb/dpkg/NEWS /usr/share/doc/packages/deb/dpkg/README /usr/share/doc/packages/deb/dpkg/README.translators /usr/share/doc/packages/deb/dpkg/THANKS /usr/share/doc/packages/deb/dpkg/TODO /usr/share/doc/packages/deb/dpkg/changelog /usr/share/doc/packages/deb/dpkg/triggers.txt /usr/share/dpkg /usr/share/dpkg/cputable /usr/share/dpkg/ostable /usr/share/dpkg/triplettable /usr/share/man/man1/dh.1.gz /usr/share/man/man1/dh_auto_build.1.gz /usr/share/man/man1/dh_auto_clean.1.gz /usr/share/man/man1/dh_auto_configure.1.gz /usr/share/man/man1/dh_auto_install.1.gz /usr/share/man/man1/dh_auto_test.1.gz /usr/share/man/man1/dh_bugfiles.1.gz /usr/share/man/man1/dh_builddeb.1.gz /usr/share/man/man1/dh_clean.1.gz /usr/share/man/man1/dh_compress.1.gz /usr/share/man/man1/dh_desktop.1.gz /usr/share/man/man1/dh_fixperms.1.gz /usr/share/man/man1/dh_gconf.1.gz /usr/share/man/man1/dh_gencontrol.1.gz /usr/share/man/man1/dh_icons.1.gz /usr/share/man/man1/dh_install.1.gz /usr/share/man/man1/dh_installcatalogs.1.gz /usr/share/man/man1/dh_installchangelogs.1.gz /usr/share/man/man1/dh_installcron.1.gz /usr/share/man/man1/dh_installdeb.1.gz /usr/share/man/man1/dh_installdebconf.1.gz /usr/share/man/man1/dh_installdirs.1.gz /usr/share/man/man1/dh_installdocs.1.gz /usr/share/man/man1/dh_installemacsen.1.gz /usr/share/man/man1/dh_installexamples.1.gz /usr/share/man/man1/dh_installifupdown.1.gz /usr/share/man/man1/dh_installinfo.1.gz /usr/share/man/man1/dh_installinit.1.gz /usr/share/man/man1/dh_installlogcheck.1.gz /usr/share/man/man1/dh_installlogrotate.1.gz /usr/share/man/man1/dh_installman.1.gz /usr/share/man/man1/dh_installmanpages.1.gz /usr/share/man/man1/dh_installmenu.1.gz /usr/share/man/man1/dh_installmime.1.gz /usr/share/man/man1/dh_installmodules.1.gz /usr/share/man/man1/dh_installpam.1.gz /usr/share/man/man1/dh_installppp.1.gz /usr/share/man/man1/dh_installudev.1.gz /usr/share/man/man1/dh_installwm.1.gz /usr/share/man/man1/dh_installxfonts.1.gz /usr/share/man/man1/dh_link.1.gz /usr/share/man/man1/dh_lintian.1.gz /usr/share/man/man1/dh_listpackages.1.gz /usr/share/man/man1/dh_makeshlibs.1.gz /usr/share/man/man1/dh_md5sums.1.gz /usr/share/man/man1/dh_movefiles.1.gz /usr/share/man/man1/dh_perl.1.gz /usr/share/man/man1/dh_prep.1.gz /usr/share/man/man1/dh_python.1.gz /usr/share/man/man1/dh_scrollkeeper.1.gz /usr/share/man/man1/dh_shlibdeps.1.gz /usr/share/man/man1/dh_strip.1.gz /usr/share/man/man1/dh_suidregister.1.gz /usr/share/man/man1/dh_testdir.1.gz /usr/share/man/man1/dh_testroot.1.gz /usr/share/man/man1/dh_undocumented.1.gz /usr/share/man/man1/dh_usrlocal.1.gz /usr/share/man/man1/dpkg-architecture.1.gz /usr/share/man/man1/dpkg-buildflags.1.gz /usr/share/man/man1/dpkg-buildpackage.1.gz /usr/share/man/man1/dpkg-checkbuilddeps.1.gz /usr/share/man/man1/dpkg-deb.1.gz /usr/share/man/man1/dpkg-distaddfile.1.gz /usr/share/man/man1/dpkg-genchanges.1.gz /usr/share/man/man1/dpkg-gencontrol.1.gz /usr/share/man/man1/dpkg-gensymbols.1.gz /usr/share/man/man1/dpkg-maintscript-helper.1.gz /usr/share/man/man1/dpkg-mergechangelogs.1.gz /usr/share/man/man1/dpkg-name.1.gz /usr/share/man/man1/dpkg-parsechangelog.1.gz /usr/share/man/man1/dpkg-query.1.gz /usr/share/man/man1/dpkg-scanpackages.1.gz /usr/share/man/man1/dpkg-scansources.1.gz /usr/share/man/man1/dpkg-shlibdeps.1.gz /usr/share/man/man1/dpkg-source.1.gz /usr/share/man/man1/dpkg-split.1.gz /usr/share/man/man1/dpkg-trigger.1.gz /usr/share/man/man1/dpkg-vendor.1.gz /usr/share/man/man1/dpkg.1.gz /usr/share/man/man1/dselect.1.gz /usr/share/man/man3/Dpkg::BuildFlags.3.gz /usr/share/man/man3/Dpkg::BuildOptions.3.gz /usr/share/man/man3/Dpkg::Changelog.3.gz /usr/share/man/man3/Dpkg::Changelog::Debian.3.gz /usr/share/man/man3/Dpkg::Changelog::Entry.3.gz /usr/share/man/man3/Dpkg::Changelog::Entry::Debian.3.gz /usr/share/man/man3/Dpkg::Changelog::Parse.3.gz /usr/share/man/man3/Dpkg::Checksums.3.gz /usr/share/man/man3/Dpkg::Compression.3.gz /usr/share/man/man3/Dpkg::Compression::FileHandle.3.gz /usr/share/man/man3/Dpkg::Compression::Process.3.gz /usr/share/man/man3/Dpkg::Conf.3.gz /usr/share/man/man3/Dpkg::Control.3.gz /usr/share/man/man3/Dpkg::Control::Changelog.3.gz /usr/share/man/man3/Dpkg::Control::Fields.3.gz /usr/share/man/man3/Dpkg::Control::Hash.3.gz /usr/share/man/man3/Dpkg::Control::Info.3.gz /usr/share/man/man3/Dpkg::Control::Types.3.gz /usr/share/man/man3/Dpkg::Deps.3.gz /usr/share/man/man3/Dpkg::IPC.3.gz /usr/share/man/man3/Dpkg::Index.3.gz /usr/share/man/man3/Dpkg::Interface::Storable.3.gz /usr/share/man/man3/Dpkg::Path.3.gz /usr/share/man/man3/Dpkg::Substvars.3.gz /usr/share/man/man3/Dpkg::Vendor.3.gz /usr/share/man/man3/Dpkg::Vendor::Debian.3.gz /usr/share/man/man3/Dpkg::Vendor::Default.3.gz /usr/share/man/man3/Dpkg::Vendor::Ubuntu.3.gz /usr/share/man/man3/Dpkg::Version.3.gz /usr/share/man/man5/deb-control.5.gz /usr/share/man/man5/deb-extra-override.5.gz /usr/share/man/man5/deb-old.5.gz /usr/share/man/man5/deb-override.5.gz /usr/share/man/man5/deb-shlibs.5.gz /usr/share/man/man5/deb-split.5.gz /usr/share/man/man5/deb-substvars.5.gz /usr/share/man/man5/deb-symbols.5.gz /usr/share/man/man5/deb-triggers.5.gz /usr/share/man/man5/deb-version.5.gz /usr/share/man/man5/deb.5.gz /usr/share/man/man5/dpkg.cfg.5.gz /usr/share/man/man5/dselect.cfg.5.gz /usr/share/man/man7/debhelper.7.gz /usr/share/man/man8/dpkg-divert.8.gz /usr/share/man/man8/dpkg-statoverride.8.gz /usr/share/man/man8/start-stop-daemon.8.gz /var/lib/dpkg /var/lib/dpkg/info /var/lib/dpkg/methods /var/lib/dpkg/methods/disk /var/lib/dpkg/methods/floppy /var/lib/dpkg/methods/ftp /var/lib/dpkg/methods/mnt /var/lib/dpkg/methods/multicd /var/lib/dpkg/parts /var/lib/dpkg/updates
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat May 25 03:09:15 2013