| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: deb-devel | 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: Development/Libraries/C and C++ | Build host: build16 |
| Size: 917716 | Source RPM: deb-1.15.8.10-9.6.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.debian.org | |
| Summary: Development files for dpkg | |
Libraries and header files for dpkg.
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
/usr/include/dpkg /usr/include/dpkg/ar.h /usr/include/dpkg/buffer.h /usr/include/dpkg/command.h /usr/include/dpkg/compress.h /usr/include/dpkg/dir.h /usr/include/dpkg/dpkg-db.h /usr/include/dpkg/dpkg.h /usr/include/dpkg/file.h /usr/include/dpkg/macros.h /usr/include/dpkg/myopt.h /usr/include/dpkg/parsedump.h /usr/include/dpkg/path.h /usr/include/dpkg/pkg-array.h /usr/include/dpkg/pkg-format.h /usr/include/dpkg/pkg-list.h /usr/include/dpkg/pkg-queue.h /usr/include/dpkg/pkg-show.h /usr/include/dpkg/pkg.h /usr/include/dpkg/progress.h /usr/include/dpkg/string.h /usr/include/dpkg/subproc.h /usr/include/dpkg/tarfn.h /usr/include/dpkg/trigdeferred.h /usr/include/dpkg/triglib.h /usr/include/dpkg/varbuf.h /usr/lib64/libdpkg.a /usr/lib64/pkgconfig/libdpkg.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Jun 15 03:30:48 2013