summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* Build for all supported Pythons if installed.Bernd Zeimetz2009-07-19
| | | | | | | python_distutils buildsystem: Build for all supported Python versions in case they're installed. Ensure that correct shebangs are created by using `python' first during build and install. Closes: #520834
* Merge branch 'master' into buildsystemsJoey Hess2009-07-15
|\ | | | | | | | | Conflicts: debian/changelog
| * dh_install: Add test suite covering the last 5 bugs.Joey Hess2009-07-15
| |
| * releasing version 7.2.23Joey Hess2009-07-15
| |
| * dh_install: Fix support for the case where debian/tmp is explicitly ↵Joey Hess2009-07-15
| | | | | | | | specified in filename paths despite being searched by default. Closes: #537140
* | test suite should not need modification to add a new build systemJoey Hess2009-07-14
| |
* | Merge branch 'master' into buildsystemsJoey Hess2009-07-14
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.2.22Joey Hess2009-07-14
| |
| * dh_install: Fix support for the case where --sourcedir=debian/tmp/foo is ↵Joey Hess2009-07-14
| | | | | | | | used. Perl was not being greedy enough and the 'foo' was not stripped from the destination directory in this unusual case. Closes: #537017
* | Add ant buildsystem support. Closes: #537021Joey Hess2009-07-14
| |
* | releasing version 7.3.2Joey Hess2009-07-08
| |
* | Merge branch 'master' into buildsystemsJoey Hess2009-07-08
|\| | | | | | | | | Conflicts: debian/changelog
| * Add a versioned dep on perl-base, to get a version that supports ↵Joey Hess2009-07-08
| | | | | | | | GetOptionsFromArray. Closes: #536310
* | Merge branch 'master' into buildsystemsJoey Hess2009-07-02
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.2.20Joey Hess2009-07-02
| |
| * dh_install: Fix installation of entire top-level directory from debian/tmp. ↵Joey Hess2009-07-02
| | | | | | | | | | | | | | | | | | Closes: #535367 This was broken by the slash removal fix in e45749314e98a3304b1f845884ac50327c29cc10. Of course those unnecessary slashes were actually necessary for dirname to DTRT.
* | releasing version 7.3.0Joey Hess2009-07-01
| |
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-30
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.2.19Joey Hess2009-06-30
| |
| * dh_install: Fix use of debian/tmp in v7 mode; a bug caused it to put files ↵Joey Hess2009-06-30
| | | | | | | | | | | | | | inside a debian/tmp directory in the package build directory, now that prefix is stripped. (See #534565) (This also includes a fix to avoid doubled slashes in paths passed to commands.)
| * dh_install: Handle correctly the case where a glob expands to a dangling ↵Joey Hess2009-06-30
| | | | | | | | symlink, installing the dangling link as requested. Closes: #534565
| * typoJoey Hess2009-06-30
| |
* | Make dh not complain about unknown, command-specific options passed to itJoey Hess2009-06-29
| | | | | | | | | | and further suppress warnings about such options it passes on to debhelper commands. This was attempted incompletely before in version 7.2.17.
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-29
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.2.18Joey Hess2009-06-29
| |
* | updatesJoey Hess2009-06-28
| |
* | typoJoey Hess2009-06-28
| |
* | clean up --sourcedir/--sourcedirectory conflictJoey Hess2009-06-28
| | | | | | | | | | | | | | | | | | | | | | | | * Move two move 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(). This was done because of a conflict with the --sourcedirectory options used by dh_auto_*. I originally wanted to make dh_auto_* and dh_install both use --sourcedir, but that didn't work out.
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-28
|\| | | | | | | | | Conflicts: dh_auto_install
| * dh_auto_install: Pass --install-layout=deb to setup.py to support python ↵Joey Hess2009-06-28
| | | | | | | | 2.6. Closes: #534620
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-28
|\| | | | | | | | | Conflicts: debian/changelog
| * dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a ↵Joey Hess2009-06-28
| | | | | | | | confusing warning if it does not. Closes: #534226
* | close another bugJoey Hess2009-06-28
| |
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-26
|\| | | | | | | | | Conflicts: debian/changelog
| * releasing version 7.2.17Joey Hess2009-06-26
| |
| * dh_installinfo: No longer inserts install-info calls into maintainer scriptsJoey Hess2009-06-26
| | | | | | | | | | | | | | | | | | 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. Closes: #528864
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-12
|\| | | | | | | | | | | Conflicts: Debian/Debhelper/Dh_Getopt.pm debian/changelog
| * Allow command-specific options to be passed to commands via dh without ↵Joey Hess2009-06-12
| | | | | | | | causing other commands to emit a getopt warning or deprecation message.
* | Merge branch 'master' into buildsystemsJoey Hess2009-06-11
|\| | | | | | | | | Conflicts: debian/changelog
| * dh_gconf: Add missed half of postrm fragment removal. Closes: #531035Joey Hess2009-06-11
| |
| * releasing version 7.2.15Joey Hess2009-06-10
| |
| * dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs filesJoey Hess2009-06-10
| |
| * dh_gconf: Remove postrm fragment that handled schema migration from /etc to ↵Joey Hess2009-05-29
| | | | | | | | /usr. Closes: #531035
| * dh_scrollkeeper: Now a deprecated no-op. Closes: #530806Joey Hess2009-05-27
| |
| * dh_compress: Avoid compressing .svg and .sgvz files, since these might be ↵Joey Hess2009-05-27
| | | | | | | | used as images on a html page, and also to avoid needing to special case the .svgz extention when compressing svg. Closes: #530253
| * dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272Joey Hess2009-05-18
| |
| * releasing version 7.2.14Joey Hess2009-05-18
| |
| * dh: Avoid writing log after override_dh_clean is run. Closes: #529228Joey Hess2009-05-18
| |
* | Implement source directory switching support (Closes: #530597).Modestas Vainius2009-06-09
| | | | | | | | | | | | | | | | * New optional option --sourcedirectory/-d. * New Buildsystem API methods for getting source directory/path (since sourcedir may no longer be topdir), source 2 build directory convertions, doit_in_sourcedir() etc. * clean_builddir() -> rmdir_builddir() rename.
* | merge masterJoey Hess2009-05-14
|\|