~ubuntu-branches/ubuntu/quantal/xdaliclock/quantal

« back to all changes in this revision

Viewing changes to X11/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2010-04-20 08:42:20 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100420084220-j7ykvh34b2jx7hyv
Tags: 2.31-1
* New maintainer (Closes: #561233)
* New upstream release (Closes: #578379)
* debian/control:
  + Updated to Standards-Version 3.8.4
  + Added ${misc:Depends} to Depends
  + Updated debhelper dependency to 7
* debian/rules:
  + Do not do append to copyright file trick
  + Used dh_prep instead of dh_clean -k
* Converted package to new source format 3.0 (quilt)
* debian/copyright:
  + Added missing vroot.h copyright
  + Better copyright assignment, year for Author
* debian/patches/spelling-error-in-manpage_xdaliclock:
  + Added patch to fix manpage spelling mistake by Florian Ernst
    <florian@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
bindir          = @bindir@
15
15
mandir          = @mandir@
16
16
man1dir         = $(mandir)/man1
17
 
datarootdir     = $(datarootdir)
 
17
datarootdir     = @datarootdir@
18
18
mansuffix       = 1
19
19
 
20
20
CC              = @CC@
51
51
 
52
52
 
53
53
DEFINES         = $(DEFS)
54
 
INCLUDES        = -I. -I$(srcdir) -I$(srcdir)/.. @INCLUDES@
 
54
INCLUDES_1      = -I. -I$(srcdir) -I$(srcdir)/..
 
55
INCLUDES        = $(INCLUDES_1) @INCLUDES@
55
56
NUM_INC         = -I$(srcdir)/../numbers0 -I$(srcdir)/../numbers1 \
56
57
                  -I$(srcdir)/../numbers2 -I$(srcdir)/../numbers_big
57
58
 
112
113
        @echo updating dependencies in `pwd`/Makefile.in... ;               \
113
114
        $(DEPEND) -w 0 -f -                                                 \
114
115
        -s '# DO NOT DELETE: updated by make distdepend' $(DEPEND_FLAGS) -- \
115
 
        $(INCLUDES) $(DEFINES) $(NUM_INC) $(DEPEND_DEFINES) $(CFLAGS)       \
 
116
        $(INCLUDES_1) $(DEFINES) $(NUM_INC) $(DEPEND_DEFINES) $(CFLAGS)     \
116
117
          $(X_CFLAGS) -- $(SRCS) |                                          \
117
118
        (                                                                   \
118
119
          awk '/^# .*Makefile.in ---/,/^# DO .*distdepend/' < Makefile.in ; \