~ubuntu-branches/ubuntu/wily/lshw/wily

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): dann frazier
  • Date: 2014-10-27 13:22:38 UTC
  • mfrom: (1.1.11) (2.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20141027132238-vv97eoy8oag7tnpr
Tags: 02.17-1ubuntu1
* Resynchronise with Debian.  Remaining changes:
   - Disable /dev/mem access for SMBIOS on aarch64 systems
   - Fix endianness issues with device-tree
   - Add DDR3 support for systems described by device-tree
* Support multiple NICs sharing the same PCI function (LP: #1379591)

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        rm -rf $(CURDIR)/debian/lshw/usr/share/lshw
70
70
        #pod2man --lax $(CURDIR)/debian/patches/lshw-gtk.pod > $(CURDIR)/debian/patches/lshw-gtk.1
71
71
        cp $(CURDIR)/debian/patches/lshw-gtk.desktop $(CURDIR)/debian/lshw-gtk/usr/share/applications/lshw-gtk.desktop
72
 
        cp $(CURDIR)/debian/patches/logo.xpm $(CURDIR)/debian/lshw-gtk/usr/share/pixmaps/lshw-gtk.xpm 
 
72
        cp $(CURDIR)/debian/patches/logo.svg $(CURDIR)/debian/lshw-gtk/usr/share/pixmaps/lshw-gtk.svg
73
73
        chmod 644 $(CURDIR)/debian/lshw/usr/share/locale/fr/LC_MESSAGES/lshw.mo
74
74
 
75
75
# Build architecture-independent files here.