]> git.donarmstrong.com Git - debhelper.git/log
debhelper.git
14 years agoRename _canonpath to canonpath.
Modestas Vainius [Mon, 29 Jun 2009 16:34:05 +0000 (19:34 +0300)]
Rename _canonpath to canonpath.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRename enforce_out_of_source_building() to prefer_
Modestas Vainius [Mon, 29 Jun 2009 16:11:42 +0000 (19:11 +0300)]
Rename enforce_out_of_source_building() to prefer_

Also add enforce_out_of_source_building() for clarity which does not
take any parameters. Now both have a clear name and no confusing
parameter combinations.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoMake dh not complain about unknown, command-specific options passed to it
Joey Hess [Mon, 29 Jun 2009 20:10:48 +0000 (16:10 -0400)]
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.

14 years agofix pod oops
Joey Hess [Mon, 29 Jun 2009 19:46:12 +0000 (15:46 -0400)]
fix pod oops

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Mon, 29 Jun 2009 19:40:40 +0000 (15:40 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog

14 years agoreleasing version 7.2.18 7.2.18
Joey Hess [Mon, 29 Jun 2009 19:37:50 +0000 (15:37 -0400)]
releasing version 7.2.18

14 years agomisc minor changes
Joey Hess [Mon, 29 Jun 2009 19:35:18 +0000 (15:35 -0400)]
misc minor changes

14 years agoupdates
Joey Hess [Mon, 29 Jun 2009 02:01:34 +0000 (22:01 -0400)]
updates

14 years agotypo
Joey Hess [Mon, 29 Jun 2009 01:59:23 +0000 (21:59 -0400)]
typo

14 years agoclean up --sourcedir/--sourcedirectory conflict
Joey Hess [Mon, 29 Jun 2009 01:47:52 +0000 (21:47 -0400)]
clean up --sourcedir/--sourcedirectory conflict

* 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.

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Mon, 29 Jun 2009 01:31:21 +0000 (21:31 -0400)]
Merge branch 'master' into buildsystems

14 years agoremove some dh_install stuff
Joey Hess [Mon, 29 Jun 2009 01:31:02 +0000 (21:31 -0400)]
remove some dh_install stuff

14 years agoadd example
Joey Hess [Mon, 29 Jun 2009 00:04:32 +0000 (20:04 -0400)]
add example

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Sun, 28 Jun 2009 20:27:53 +0000 (16:27 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
dh_auto_install

14 years agodh_auto_install: Pass --install-layout=deb to setup.py to support python 2.6. Closes...
Joey Hess [Sun, 28 Jun 2009 20:26:33 +0000 (16:26 -0400)]
dh_auto_install: Pass --install-layout=deb to setup.py to support python 2.6. Closes: #534620

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Sun, 28 Jun 2009 20:17:20 +0000 (16:17 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog

14 years agoclose another bug
Joey Hess [Sun, 28 Jun 2009 20:09:55 +0000 (16:09 -0400)]
close another bug

14 years agodh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a confusing...
Joey Hess [Sun, 28 Jun 2009 20:00:36 +0000 (16:00 -0400)]
dh_shlibdeps: Ensure DEBIAN directory exists, as dpkg-shlibdeps prints a confusing warning if it does not. Closes: #534226

14 years agoRevert "Add --help-buildsystem option to dh_auto."
Joey Hess [Sun, 28 Jun 2009 19:41:40 +0000 (15:41 -0400)]
Revert "Add --help-buildsystem option to dh_auto."

I'm unsure why we need this complication. Perl modules are allowed to
install man pages documenting the module, if it really needs documentation.

This reverts commit 49b64c7852744f54250121b1c60544e1f5de70b6.

14 years agominimal build system option documentation
Joey Hess [Sun, 28 Jun 2009 19:40:15 +0000 (15:40 -0400)]
minimal build system option documentation

14 years agoRevert "Update dh_auto documentation."
Joey Hess [Sun, 28 Jun 2009 19:01:04 +0000 (15:01 -0400)]
Revert "Update dh_auto documentation."

I'm reverting the documentation addition to try doing it
myself, more simply and less verbosely.

This reverts commit 962a2e10c930e3504ea1c0327be2fdf70d53023e.

Conflicts:

dh_auto.pod

14 years agoRevert "Generate and install dh_auto docs when building debhelper."
Joey Hess [Sun, 28 Jun 2009 19:00:00 +0000 (15:00 -0400)]
Revert "Generate and install dh_auto docs when building debhelper."

I'm reverting the documentation addition to try doing it
myself, more simply and less verbosely.

This reverts commit 6ac4644330cb02384cf6c12a540cdc6b8e347170.

14 years agotypo
Joey Hess [Sun, 28 Jun 2009 18:38:47 +0000 (14:38 -0400)]
typo

14 years agoMerge commit 'remotes/modestas/buildsystems' into buildsystems
Joey Hess [Fri, 26 Jun 2009 13:10:52 +0000 (09:10 -0400)]
Merge commit 'remotes/modestas/buildsystems' into buildsystems

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Fri, 26 Jun 2009 13:10:12 +0000 (09:10 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog

14 years agoreleasing version 7.2.17 7.2.17
Joey Hess [Fri, 26 Jun 2009 13:06:59 +0000 (09:06 -0400)]
releasing version 7.2.17

14 years agodh_installinfo: No longer inserts install-info calls into maintainer scripts
Joey Hess [Fri, 26 Jun 2009 13:01:20 +0000 (09:01 -0400)]
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. Closes: #528864

14 years agoTerminology change.
Modestas Vainius [Sun, 21 Jun 2009 19:35:30 +0000 (22:35 +0300)]
Terminology change.

I previously used "built-in debhelper build system" or "default debhelper build
system" for those shipped with debhelper. Now it is "standard debhelper build
system".

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoFix leftover from the old code.
Modestas Vainius [Sun, 21 Jun 2009 19:12:24 +0000 (22:12 +0300)]
Fix leftover from the old code.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoGenerate and install dh_auto docs when building debhelper.
Modestas Vainius [Wed, 17 Jun 2009 23:19:40 +0000 (02:19 +0300)]
Generate and install dh_auto docs when building debhelper.

Since dh_auto_* PODs and dh_auto.pod contain placeholders and final versions
are generated with the use of podselect, they are not directly translatable.
However, the final postprocessed PODs (with man/dh_auto_pod) are translatable.
So these temporary PODs are written to the man/ subdir and they could be added
to po4a as needed. However, I do not add those PODs for translation in this
commit (neither previous versions of dh_auto_* were there).

14 years agoUpdate dh_auto documentation.
Modestas Vainius [Wed, 17 Jun 2009 23:11:45 +0000 (02:11 +0300)]
Update dh_auto documentation.

* dh_auto.pod -> dh_auto.7 - contains general information about dh_auto,
  its features, build systems supported by default (the latter is injected by
  man/dh_auto_pod script from Debian/Debhelper/Buildsystem/*.pm PODs via
  placeholders (#PLACEHOLDER#))
* POD in Debian/Debhelper/Buildsystem/*.pm -> dh_auto_<buildsystem>.7 - build
  system specific information.
* dh_auto_* -> dh_auto_*.1 - relatively shorty description of the specific
  dh_auto_* program and build system specific info for that step injected from
  Debian/Debhelper/Buildsystem/*.pm with man/dh_auto_pod script.
* man/dh_auto_pod $step - generates full dh_auto_$step POD (replaces
  placeholders).
* man/dh_auto_pod - generates full dh_auto.pod (replaces placeholders).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoDo not explicitly repass env. variables {C,CXX,LD}FLAGS to cmake.
Modestas Vainius [Wed, 17 Jun 2009 22:16:33 +0000 (01:16 +0300)]
Do not explicitly repass env. variables {C,CXX,LD}FLAGS to cmake.

Apparently, cmake itself reads values of those environment variables and uses
them accordingly. There is no need to repass them via -DCMAKE_{C,CXX,LD}_FLAGS.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRewording in the comment.
Modestas Vainius [Wed, 17 Jun 2009 22:02:28 +0000 (01:02 +0300)]
Rewording in the comment.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoLess code in the build system classes to call enforce_out_of_source_building().
Modestas Vainius [Wed, 17 Jun 2009 21:56:57 +0000 (00:56 +0300)]
Less code in the build system classes to call enforce_out_of_source_building().

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoSome cosmetic changes in the comments and strings.
Modestas Vainius [Mon, 15 Jun 2009 13:20:11 +0000 (16:20 +0300)]
Some cosmetic changes in the comments and strings.

* buildsystem -> build system
* dh_auto build system -> debhelper build system
* plugin -> class
* a few rewording changes in the comments.
* Enhance python_distutils::DESCRIPTION().

14 years agoAdd --help-buildsystem option to dh_auto.
Modestas Vainius [Tue, 16 Jun 2009 00:44:43 +0000 (03:44 +0300)]
Add --help-buildsystem option to dh_auto.

Displays POD of the (auto)selected build system. It should be useful to get
more information about third party build systems. Implementation uses
perldoc whenever possible.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoFix typo in the --list option specification.
Modestas Vainius [Tue, 16 Jun 2009 00:42:56 +0000 (03:42 +0300)]
Fix typo in the --list option specification.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoFirst letter case fixes (should be lowercase) in error/warning messages.
Modestas Vainius [Mon, 15 Jun 2009 13:11:45 +0000 (16:11 +0300)]
First letter case fixes (should be lowercase) in error/warning messages.

14 years agoFix build directory handling in python_distutils build system.
Modestas Vainius [Mon, 15 Jun 2009 12:58:31 +0000 (15:58 +0300)]
Fix build directory handling in python_distutils build system.

* Apparently, Distutils does out of source tree building by default.
* Default build directory is "$srcdir/build".
* --build-base command line option is ineffective (some even fail)
  unless it is passed to the "build" command. However, if build-base is set in
  the config file, all setup.py commands use it (build, install and clean).
  That's a big flaw in Distutils design but it has been like this for a long
  time. Therefore write a custom distutils cfg file in the build directory
  to make build-base work. The best choice for config file path is
  $HOME/.pydistutils.cfg (one of the paths Distutils reads) and setting $HOME
  to the build directory.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoAdd "only if empty" flag to rmdir_builddir().
Modestas Vainius [Mon, 15 Jun 2009 12:55:34 +0000 (15:55 +0300)]
Add "only if empty" flag to rmdir_builddir().

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoFix typo: missing $this.
Modestas Vainius [Mon, 15 Jun 2009 12:53:03 +0000 (15:53 +0300)]
Fix typo: missing $this.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoNew short switches for buildsystem stuff, drop envvars
Modestas Vainius [Sat, 13 Jun 2009 14:31:23 +0000 (17:31 +0300)]
New short switches for buildsystem stuff, drop envvars

* New short switches:

-D = --sourcedirectory
-B = --builddirectory
-S = --buildsystem

* Drop DH_AUTO_BUILD* environment variables (reintroduced due to revert).
* Adjust test suite.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRevert "Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support."
Modestas Vainius [Sat, 13 Jun 2009 14:25:31 +0000 (17:25 +0300)]
Revert "Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support."

This mostly reverts commit f897611a77726655aea258af0c4d52a8ce759ebc.

Remaining cosmetic changes (all functional changes have been reverted):

* Refactoring of option string into split_options_string() sub (no semantic
  changes though).
* Cosmetic change in Dh_Buildsystems.pm.

Breaks testsuite.

14 years agoUse another root directory in _rel2rel.
Modestas Vainius [Fri, 12 Jun 2009 17:18:45 +0000 (20:18 +0300)]
Use another root directory in _rel2rel.

Previous one caused test "_rel2rel no4" to fail. Also add a new test
for _canonpath and two new tests for _rel2rel (related to "." handling).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoEnforce out of source building in soft mode for cmake.
Modestas Vainius [Fri, 12 Jun 2009 17:05:20 +0000 (20:05 +0300)]
Enforce out of source building in soft mode for cmake.

Technically, cmake supports in source builds, they are simply not
recommended. However, if the user insists and explicitly specifies
the build directory that is equal to the source directory, allow
this (aka soft mode).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoDrop special handling for build directory ./path.
Modestas Vainius [Fri, 12 Jun 2009 16:57:35 +0000 (19:57 +0300)]
Drop special handling for build directory ./path.

Now build directory is always relative to the top directory
(including default build directory) regardless what source
directory is. However, if the build directory is not specified,
it defaults to the source directory (aka in source building).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoMerge branch 'master' into buildsystems
Joey Hess [Sat, 13 Jun 2009 00:33:34 +0000 (20:33 -0400)]
Merge branch 'master' into buildsystems

14 years agoclarify wording re source files
Joey Hess [Sat, 13 Jun 2009 00:33:18 +0000 (20:33 -0400)]
clarify wording re source files

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Fri, 12 Jun 2009 04:29:04 +0000 (00:29 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
Debian/Debhelper/Dh_Getopt.pm
debian/changelog

14 years agoAllow command-specific options to be passed to commands via dh without causing other...
Joey Hess [Fri, 12 Jun 2009 04:27:04 +0000 (00:27 -0400)]
Allow command-specific options to be passed to commands via dh without causing other commands to emit a getopt warning or deprecation message.

14 years agoshouldn't need undef here
Joey Hess [Fri, 12 Jun 2009 04:21:27 +0000 (00:21 -0400)]
shouldn't need undef here

14 years agoMerge branch 'master' into buildsystems
Joey Hess [Thu, 11 Jun 2009 18:39:08 +0000 (14:39 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog

14 years agodh_gconf: Add missed half of postrm fragment removal. Closes: #531035 7.2.16
Joey Hess [Thu, 11 Jun 2009 16:53:51 +0000 (12:53 -0400)]
dh_gconf: Add missed half of postrm fragment removal. Closes: #531035

14 years agoShip Debian/Debhelper/Buildsystem/* in the package.
Modestas Vainius [Thu, 11 Jun 2009 15:55:40 +0000 (18:55 +0300)]
Ship Debian/Debhelper/Buildsystem/* in the package.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoIntegrate buildsystem testsuite into the debhelper build system.
Modestas Vainius [Thu, 11 Jun 2009 15:42:50 +0000 (18:42 +0300)]
Integrate buildsystem testsuite into the debhelper build system.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoEnsure make doesn't print directories when checking for target existance.
Modestas Vainius [Thu, 11 Jun 2009 15:17:36 +0000 (18:17 +0300)]
Ensure make doesn't print directories when checking for target existance.

Whenever make is run with --print-directory option, make -C sometimes print
Entering/Leaving directory messages to stdout even with -s in effects  This
breakes a check for target existance as it relies on make printing nothing when
target does not do anything. Hence explicitly pass --no-print-directory to make
to avoid it.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoAdd a test suite for build systems.
Modestas Vainius [Thu, 11 Jun 2009 00:01:58 +0000 (03:01 +0300)]
Add a test suite for build systems.

* Tests for core Buildsystem API (mostly path API).
* Tests for check_auto_configure() for each buildsystem.
* Build system autoselection tests under "typical" conditions for each buildsystem.
* DH_AUTO_OPTIONS and command line argument parsing tests.
* Real dh_auto_* tests for autoconf/makefile build systems with emulated.
  autoconf behaviour under in both in source and out of source tree scenarios.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoReorder load_buildsystem arguments and pass @_ through it.
Modestas Vainius [Thu, 11 Jun 2009 08:58:56 +0000 (11:58 +0300)]
Reorder load_buildsystem arguments and pass @_ through it.

* Reorder $system and $step arguments to match create_buildsystem_instance()
  order (less confusion).
* Pass arbitrary @_ from load_buildsystem() to create_buildsystem_instance().

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoMake perl_makemaker work properly when in source building is enforced.
Modestas Vainius [Thu, 11 Jun 2009 08:47:20 +0000 (11:47 +0300)]
Make perl_makemaker work properly when in source building is enforced.

This is backwards compatible (with << 7.3) until build, test and clean steps
are not reimplemented in the backwards compatibility breaking way. However,
this is absolutely necessary for enforce_in_source_building() to work in corner
cases (when build directory is set) in build, test and clean steps as the next
class (makefile) does not enforce it. makefile will fail as it will look for
Makefile in the build directory rather than the source directory.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoGet rid of is_buildable and build_step flags. Broken by design.
Modestas Vainius [Thu, 11 Jun 2009 08:18:55 +0000 (11:18 +0300)]
Get rid of is_buildable and build_step flags. Broken by design.

* Auto-setting is_buildable flag in base constructor was pointless
  and broken by design because:
  - is_buildable = check_auto_buildable() used to be called *before*
    constructor of the derivative class could call enforce_* methods.  The
    result of check_auto_buildable() might change after calling enforce_*
    methods (in case check_auto_buildable() use get_buildpath() tests).
  - it isn't used widely. Refactor those a few places.
* Due to above, 'build_step' does not need to be passed to the Buildsystem
  anymore. Remove it from code.
* As a result of is_buidable removal, move warning of
  enforce_in_source_building() to pre_building_step(). It caused unnecessary
  noise when the object was constructed during test. It belongs to
  pre_building_step stage anyway.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRefactor build directory setting into separate method and solve a few bugs.
Modestas Vainius [Thu, 11 Jun 2009 07:54:55 +0000 (10:54 +0300)]
Refactor build directory setting into separate method and solve a few bugs.

* Move setting of new build directory from constructor to _set_builddir()
  method including detection if directory (current or source) it should be
  relative to.
* Even if a new build directory was specified, detect if it matches the source
  directory and unset it in such a case.
* Use _set_builddir() in enforce_out_of_source_tree() methods. Previous
  implementation didn't handle default build directory properly (i.e.
  relativeness to current or source directory).

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRemove empty build directory parent dirs (up to source directory) too.
Modestas Vainius [Thu, 11 Jun 2009 00:48:39 +0000 (03:48 +0300)]
Remove empty build directory parent dirs (up to source directory) too.

When rmdir_building(), if build directory has 2 or more levels,
empty parent dirs should also be deleted until source directory level.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoRename {pre,post}_step to {pre,post}_building_step.
Modestas Vainius [Thu, 11 Jun 2009 00:23:51 +0000 (03:23 +0300)]
Rename {pre,post}_step to {pre,post}_building_step.

Signed-off-by: Modestas Vainius <modestas@vainius.eu>
14 years agoInclude Debian/Debhelper subdirs in syntax check.
Modestas Vainius [Thu, 11 Jun 2009 00:18:34 +0000 (03:18 +0300)]
Include Debian/Debhelper subdirs in syntax check.

14 years agoautoconf uses a couple of Dh_Lib functions.
Modestas Vainius [Thu, 11 Jun 2009 00:17:20 +0000 (03:17 +0300)]
autoconf uses a couple of Dh_Lib functions.

14 years agoreleasing version 7.2.15 7.2.15
Joey Hess [Wed, 10 Jun 2009 21:24:24 +0000 (17:24 -0400)]
releasing version 7.2.15

14 years agodh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files
Joey Hess [Wed, 10 Jun 2009 21:13:55 +0000 (17:13 -0400)]
dh_shlibdeps: run dpkg-shlibdeps on OCaml's *.cmxs files

14 years agoImplement source directory switching support (Closes: #530597).
Modestas Vainius [Tue, 9 Jun 2009 11:24:04 +0000 (14:24 +0300)]
Implement source directory switching support (Closes: #530597).

* 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.

14 years ago--list all buildsystems (including all 3rd party ones) dynamically.
Modestas Vainius [Mon, 8 Jun 2009 20:36:50 +0000 (23:36 +0300)]
--list all buildsystems (including all 3rd party ones) dynamically.

* Implement a new sub in Dh_Buildsystems (load_all_buildsystems()) which
  dynamically tries to find all buildsystem class files in perl module
  directories (@INC) and clearly marks third party buildsystems as such.
* Use this sub for listing buildsystems so now --list easily helps a user
  discover *all* buildsystem classes installed on his/her system clearly
  separating built-in ones from third party ones.

14 years agoImprovements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support.
Modestas Vainius [Mon, 8 Jun 2009 18:32:27 +0000 (21:32 +0300)]
Improvements in DH_OPTIONS handling and DH_AUTO_OPTIONS envvar support.

* DH_AUTO_OPTIONS is like existing DH_OPTIONS, just only for dh_auto
  stuff. This also avoids "explosion" of separate DH_AUTO_* environment
  variables (i.e. exports in debian/rules) and encourages usage of dh_auto
  command line option names. DH_AUTO_OPTIONS is passed via "extra_args" to
  Dh_Lib::init() (API addition).
* When splitting options from DH_OPTIONS and its flavours, allow arguments
  to include whitespaces if they are escaped with backslash (\) (see
  split_options_string()). Document this in debhelper.pod.
* Short option for --buildsystem is -c (aka class).
* Provide API to cancel option specs from default debhelper options.
  It will be used in the feature.

14 years agoUse term "out of source" rather than "outside source".
Modestas Vainius [Mon, 8 Jun 2009 10:07:47 +0000 (13:07 +0300)]
Use term "out of source" rather than "outside source".

* "out of source" or "out of source tree" seems to be more popular
  term to describe building in the builddir.
* Avoid using hyphens in both "out of source" and "in source" terms.

14 years agoUse the term "build step" instead of "build action" everywhere in the source.
Modestas Vainius [Mon, 8 Jun 2009 09:58:16 +0000 (12:58 +0300)]
Use the term "build step" instead of "build action" everywhere in the source.

I'm going to use this new term in documentation. I have never liked "action"
in this context, just couldn't think of anything better.

14 years agodh_gconf: Remove postrm fragment that handled schema migration from /etc to /usr...
Joey Hess [Fri, 29 May 2009 14:53:58 +0000 (10:53 -0400)]
dh_gconf: Remove postrm fragment that handled schema migration from /etc to /usr. Closes: #531035

14 years agoclarify
Joey Hess [Thu, 28 May 2009 18:39:18 +0000 (14:39 -0400)]
clarify

14 years agodh_scrollkeeper: Now a deprecated no-op. Closes: #530806
Joey Hess [Wed, 27 May 2009 22:45:58 +0000 (18:45 -0400)]
dh_scrollkeeper: Now a deprecated no-op. Closes: #530806

14 years agodh_compress: Avoid compressing .svg and .sgvz files, since these might be used as...
Joey Hess [Wed, 27 May 2009 18:45:03 +0000 (14:45 -0400)]
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 extention when compressing svg. Closes: #530253

15 years agodh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272
Joey Hess [Mon, 18 May 2009 19:42:51 +0000 (15:42 -0400)]
dh_strip: Also strip OCaml shared libraries. (Stephane Glondu) Closes: #527272

15 years agoreleasing version 7.2.14 7.2.14
Joey Hess [Mon, 18 May 2009 16:51:43 +0000 (12:51 -0400)]
releasing version 7.2.14

15 years agodh: Avoid writing log after override_dh_clean is run. Closes: #529228
Joey Hess [Mon, 18 May 2009 16:49:10 +0000 (12:49 -0400)]
dh: Avoid writing log after override_dh_clean is run. Closes: #529228

15 years agomerge master
Joey Hess [Thu, 14 May 2009 19:22:36 +0000 (15:22 -0400)]
merge master

15 years agodh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL. Closes: #528235 7.2.13
Joey Hess [Thu, 14 May 2009 19:21:26 +0000 (15:21 -0400)]
dh_auto_configure: Pass --skipdeps safely via PERL_AUTOINSTALL. Closes: #528235

15 years agoMerge branch 'master' into buildsystems
Joey Hess [Thu, 14 May 2009 18:25:07 +0000 (14:25 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog
dh_auto_configure

15 years agoreleasing version 7.2.12 7.2.12
Joey Hess [Thu, 14 May 2009 18:22:07 +0000 (14:22 -0400)]
releasing version 7.2.12

15 years agodh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235
Joey Hess [Thu, 14 May 2009 18:15:24 +0000 (14:15 -0400)]
dh_auto_configure: Revert --skipdeps change Closes: #528647, reopens: #528235

15 years agoreleasing version 7.2.11 7.2.11
Joey Hess [Tue, 12 May 2009 18:57:06 +0000 (14:57 -0400)]
releasing version 7.2.11

15 years agoSupport debian/foo.os files to suppliment previous debian/foo.arch file support....
Joey Hess [Tue, 12 May 2009 18:52:09 +0000 (14:52 -0400)]
Support debian/foo.os files to suppliment previous debian/foo.arch file support. Closes: #494914 (Thanks, Aurelien Jarno)

15 years agoMerge branch 'master' into buildsystems
Joey Hess [Mon, 11 May 2009 19:00:00 +0000 (15:00 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
dh_auto_configure

15 years agodh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent Module::Instal...
Joey Hess [Mon, 11 May 2009 18:59:03 +0000 (14:59 -0400)]
dh_auto_configure: Add --skipdeps when running Makefile.PL, to prevent Module::Install from trying to download dependencies. Closes: #528235

15 years agoincorporate create_packlist=0 fix from master
Joey Hess [Mon, 11 May 2009 18:54:30 +0000 (14:54 -0400)]
incorporate create_packlist=0 fix from master

15 years agoMerge branch 'master' into buildsystems
Joey Hess [Mon, 11 May 2009 18:53:58 +0000 (14:53 -0400)]
Merge branch 'master' into buildsystems

Conflicts:
debian/changelog
dh_auto_configure

15 years agodh: Support --with addon,addon,... Closes: #528178
Joey Hess [Mon, 11 May 2009 18:51:03 +0000 (14:51 -0400)]
dh: Support --with addon,addon,... Closes: #528178

15 years agoreleasing version 7.2.10 7.2.10
Joey Hess [Sun, 10 May 2009 17:09:00 +0000 (13:09 -0400)]
releasing version 7.2.10

15 years agodh_auto_configure: Pass packlist=0 when running Makefile.PL, in case it is a Build...
Joey Hess [Sun, 10 May 2009 17:07:06 +0000 (13:07 -0400)]
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. Closes: #527990

15 years agomention quilt
Joey Hess [Fri, 8 May 2009 17:20:11 +0000 (13:20 -0400)]
mention quilt

15 years agodh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256
Joey Hess [Fri, 8 May 2009 17:13:26 +0000 (13:13 -0400)]
dh_auto_configure: Clarify man page re adding configure parameters. Closes: #527256

15 years agoClose COMPAT_IN filehandle. Closes: #527464
Joey Hess [Thu, 7 May 2009 20:33:46 +0000 (16:33 -0400)]
Close COMPAT_IN filehandle. Closes: #527464

15 years agoclarify
Joey Hess [Thu, 7 May 2009 11:34:31 +0000 (07:34 -0400)]
clarify

15 years agoreleasing version 7.2.9 7.2.9
Joey Hess [Mon, 4 May 2009 18:50:17 +0000 (14:50 -0400)]
releasing version 7.2.9

15 years agodh: Add --without to allow disabling sequence addons (particularly useful to disable...
Joey Hess [Mon, 4 May 2009 18:46:50 +0000 (14:46 -0400)]
dh: Add --without to allow disabling sequence addons (particularly useful to disable the default python-support addon).

15 years agodh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221
Joey Hess [Sun, 3 May 2009 00:44:24 +0000 (20:44 -0400)]
dh_fixperms: Fix permissions of OCaml .cmxs files. Closes: #526221