Debian package: Make use of upstream's rewritten Makefile
commit5f7884546a7fc38bf12c0618ebedaf548177cf76
authorAxel Beckert <abe@deuxchevaux.org>
Wed, 8 Apr 2015 20:20:32 +0000 (8 22:20 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Wed, 8 Apr 2015 20:20:32 +0000 (8 22:20 +0200)
treeef81460891a93db93f497451c5d67f6705032bce
parent6ebb308950dffbbad7504c81583a01828e5f62a1
Debian package: Make use of upstream's rewritten Makefile

Previously Conkeror's Makefile had no install target. So
debian/conkeror.install, debian/conkeror.manpages contained a list of
files and directories which needed to be installed into the Debian
package.

With the Makefile's install target, ebian/conkeror.manpages is
obsolete and debian/conkeror.install could be greatly reduced. The
latter now only states that the contents of /usr/share and some
debian-specific files are needed.

Since the Makefile's install target also takes care of directory
creation under the installation target directory, debian/conkeror.dirs
and debian/conkeror-spawn-process-helper.dirs are now obsolete and
removed, too.

The only thing which had to be added was a small blacklist of files to
remove again from the Debian package after "make install" has been run:

* COPYING (not needed as Debian ships a copyright file in a machine
  readable format)
* Info.plist (only useful on MacOS X)

This blacklist is now hardcoded in the debian/rules file in the
override_dh_auto_install target.
debian/changelog
debian/conkeror-spawn-process-helper.dirs [deleted file]
debian/conkeror.dirs [deleted file]
debian/conkeror.install
debian/conkeror.manpages [deleted file]
debian/rules