/[pkg-kde]/scripts/dh_installgen
ViewVC logotype

Log of /scripts/dh_installgen

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 13902 - (view) (download) (annotate) - [selected]
Modified Fri Feb 27 20:22:26 2009 UTC (4 years, 2 months ago) by modax-guest
File length: 31467 byte(s)
Diff to previous 13711
Fix a bug in dh_installgen not removing missing files from *.install when dh_install v7 mode is in effect

Revision 13711 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 2 11:39:14 2009 UTC (4 years, 3 months ago) by modax-guest
File length: 31438 byte(s)
Diff to previous 12925 , to selected 13902
Support for compat 7 mode and debhelper >= 7.1

Revision 12925 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 12 22:44:10 2008 UTC (4 years, 5 months ago) by modax-guest
File length: 30855 byte(s)
Diff to previous 12783 , to selected 13902
debian/not-installed verification support

Revision 12783 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 29 22:06:54 2008 UTC (4 years, 5 months ago) by modax-guest
File length: 28882 byte(s)
Diff to previous 11681 , to selected 13902
Commiting some scripts which I have been using

Revision 11681 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 23 17:02:05 2008 UTC (4 years, 9 months ago) by modax-guest
File length: 24581 byte(s)
Diff to previous 10784 , to selected 13902
A few dh_installgen fixes

Revision 10784 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 29 12:17:10 2008 UTC (4 years, 11 months ago) by modax-guest
File length: 24516 byte(s)
Diff to previous 10034 , to selected 13902
some small changes for dh_installgen

Revision 10034 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 6 17:31:03 2008 UTC (5 years, 1 month ago) by modax-guest
File length: 24010 byte(s)
Diff to previous 9878 , to selected 13902
* Support *.manpages (autoremoval only)
* Support sorting
* Support custom command line arguments
* Support validation/test mode for *.installgen development

Revision 9878 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 26 23:37:05 2008 UTC (5 years, 1 month ago) by modax-guest
File length: 21209 byte(s)
Diff to previous 9870 , to selected 13902
* Many enhancement esp. wrt handling of symlinks.
* New match pattern: link and its target.
* Dependencies - which package should be processed first.

Revision 9870 - (view) (download) (annotate) - [select for diffs]
Added Wed Mar 26 17:12:52 2008 UTC (5 years, 1 month ago) by modax-guest
File length: 17447 byte(s)
Diff to selected 13902
It's my first version of debhelper *.install generator/editor.
It does not install files itself, however it tries to update *.install
files to match contents of installation tree. It currently features:

* Removal of no longer valid *.install entries (i.e. files which were dropped upstream).
* Automatic update of *.install files based on the contents of the *.installgen files:
   *.installgen files are more flexible than plain *.install files, because:
    + perl regular expersions are used instead of shell patterns
    + it's possible to match destination of the file (e.g. its location in debian/tmp)
       and source location of the file (in the build-tree)
    + it's possible to match file mimetype (via libmagic)
    + negation (!), AND (patterns on the line), OR (each line) are supported
    + it's possible to "describe" file(s) which is not installed on purpose. --list-missing and --fail-missing won't complain/fail on them.
    + --no-act shows a diff instead of updating *.install

Documentation is missing, but arguments are similar to dh_install ones.

E.g.
Run with `dh_installgen --sourcedir=debian/tmp --list-missing' on stuff has
been installed to debian/tmp.

Example package.installgen:

mime:text/.* src:doc

can be read as "install files with the mime type matching "text/.*" and originating from the (source) path in the build tree having 'doc' in its name.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5