~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2012-11-28 03:03:42 UTC
  • mfrom: (8.3.4 sid)
  • Revision ID: package-import@ubuntu.com-20121128030342-21zanj8354gas5gr
Tags: 8.20-3ubuntu1
* Resynchronise with Debian.  Remaining changes:
  - Make 'uname -i -p' return the real processor/hardware, instead of
    unknown.
  - Build-depend on gettext:any instead of on gettext, so that apt-get can
    properly resolve build-dependencies on the tool when cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  endif
21
21
endif
22
22
 
 
23
# implement no optimization build option
23
24
CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
24
25
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
25
26
CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
26
 
 
27
27
CFLAGS += -DSYSLOG_SUCCESS -DSYSLOG_FAILURE -DSYSLOG_NON_ROOT
28
28
 
29
29
# Renesas SH(sh4) need -mieee option.
124
124
endif
125
125
        rm -f $(d)/usr/bin/hostname $(d)/usr/share/man/man1/hostname.1
126
126
        rm -f $(d)/usr/bin/uptime $(d)/usr/share/man/man1/uptime.1
 
127
        rm -f $(d)/usr/bin/realpath $(d)/usr/share/man/man1/realpath.1
127
128
 
128
129
        # the [ program doesn't have its own man page yet
129
130
        ln -s test.1 $(d)/usr/share/man/man1/[.1