~ubuntu-branches/ubuntu/trusty/fpm2/trusty

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Quathamer
  • Date: 2011-02-22 19:59:53 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110222195953-apvfn5gbxun0qr42
Tags: 0.79-1
* New maintainer. Closes: #612386
* Imported Upstream version 0.79
* Add intltool to Build-Depends
* Use debhelper v8
* Reduce debian/rules
* Do no longer provide virtual package fpm, remove symlinks for binary
  and manpage
* Remove 'a' from short description
* Move fpm2.xpm to usr/share/pixmaps/fpm2 directory
* Update debian/copyright to current DEP5 standard (revision 166)
* Update to Standards-Version 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
SUBDIRS = pixmaps
 
4
 
 
5
desktopdir = $(datadir)/applications
 
6
desktop_in_files = fpm2.desktop.in.in
 
7
desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop)
 
8
@INTLTOOL_DESKTOP_RULE@
 
9
 
 
10
EXTRA_DIST =                            \
 
11
        $(desktop_in_files)
 
12
 
 
13
CLEANFILES =                            \
 
14
        $(desktop_DATA)