~and471/software-properties/gtkbuilder-and-gui-polish

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Harald Sitter
  • Date: 2009-09-07 10:12:30 UTC
  • Revision ID: apachelogger@ubuntu.com-20090907101230-vvp769cpdwgom4cw
Tags: 0.75.4
* Suffix software-properties.desktop with -gtk.desktop
* Create a copy of that file with suffix -kde.desktop
  + Change to KDE icon and exec
  + Add NoDisplay=true, the desktop file is only necessary for kdesudo to 
    have it show a proper name and icon which does not require it to show
    up anywhere
* software-properties-kde depends on install-package for reloading the
  repository information and cache updating (LP: #367972)
* Fix typo in software-properties-kde description (QT -> Qt)
* if != if not ... only show key removal error if there really was a
  problem (LP: #123372)
* Make python-software-properties go to section python
* Add manpage for software-properties-kde (generated by kdemangen.pl from
  the kdesdk-scripts package (low maintenance)
* Clearify license versions in copyright file 
* Bump standards version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
        $(if $(wildcard /usr/bin/dh_gconf),dh_gconf -p$(cdbs_curpkg) $(DEB_DH_GCONF_ARGS))
18
18
        $(if $(wildcard /usr/bin/dh_desktop),dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS))
19
19
        $(if $(wildcard /usr/bin/dh_iconcache),dh_iconcache -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS))
 
20
$(patsubst %,binary-install/%,software-properties-kde) :: binary-install/%:
 
21
        $(if $(wildcard /usr/bin/dh_desktop),dh_desktop -p$(cdbs_curpkg) $(DEB_DH_DESKTOP_ARGS))
20
22
endif
21
23
 
22
24