~ubuntu-branches/debian/squeeze/xserver-xorg-video-voodoo/squeeze

« back to all changes in this revision

Viewing changes to debian/xsfbs/xsfbs.mk

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Brulebois, Timo Aaltonen, Cyril Brulebois
  • Date: 2009-12-06 00:48:13 UTC
  • mfrom: (1.1.12 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20091206004813-v33hxfq9juntq7gr
[ Timo Aaltonen ]
* New upstream release.
* Bump Standards-Version to 3.8.3.
* Build against Xserver 1.7.

[ Cyril Brulebois ]
* Upload to experimental.

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
xsfclean: cleanscripts unpatch
177
177
        dh_testdir
178
178
        rm -rf .pc
179
 
        rm -rf $(STAMP_DIR) $(SOURCE_DIR)
180
 
        rm -rf imports
181
 
        dh_clean debian/shlibs.local \
182
 
                 debian/po/pothead
183
 
 
184
 
# Generate the debconf templates POT file header.
185
 
debian/po/pothead: debian/po/pothead.in
186
 
        sed -e 's/SOURCE_VERSION/$(SOURCE_VERSION)/' \
187
 
          -e 's/DATE/$(shell date "+%F %X%z"/)' <$< >$@
188
 
 
189
 
# Update POT and PO files.
190
 
.PHONY: updatepo
191
 
updatepo: debian/po/pothead
192
 
        debian/scripts/debconf-updatepo --pot-header=pothead --verbose
 
179
        rm -rf $(STAMP_DIR)
 
180
        dh_clean
193
181
 
194
182
# Remove files from the upstream source tree that we don't need, or which have
195
183
# licensing problems.  It must be run before creating the .orig.tar.gz.
252
240
              | sed -e '/^#INCLUDE_SHELL_LIB#$$/d' >>$$MAINTSCRIPT.tmp; \
253
241
            sed -e 's/@SOURCE_VERSION@/$(SOURCE_VERSION)/' \
254
242
                -e 's/@OFFICIAL_BUILD@/$(OFFICIAL_BUILD)/' \
255
 
                -e 's/@DEFAULT_DCRESOLUTIONS@/$(DEFAULT_DCRESOLUTIONS)/' \
256
243
              <$$MAINTSCRIPT.tmp >$$MAINTSCRIPT; \
257
244
            rm $$MAINTSCRIPT.tmp; \
258
245
          fi; \
265
252
        #                                    debian/*.prerm
266
253
        >$@
267
254
 
268
 
# Generate the shlibs.local file.
269
 
debian/shlibs.local:
270
 
        cat debian/*.shlibs >$@
271
 
 
272
255
SERVERMINVERS = $(shell cat /usr/share/xserver-xorg/serverminver 2>/dev/null)
273
256
VIDEOABI = $(shell cat /usr/share/xserver-xorg/videoabiver 2>/dev/null)
274
257
INPUTABI = $(shell cat /usr/share/xserver-xorg/inputabiver 2>/dev/null)