~ubuntu-branches/ubuntu/intrepid/phpmyadmin/intrepid-security

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-11-22 22:24:02 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20061122222402-jwfycdbd9100jzti
Tags: 4:2.9.1.1-1
* New upstream release.
  - Addresses several security issues (Closes: #399329).

* In Depends, explicitly prefer the apache2/apache PHP module, to make
  sure the correct one is selected upon installation.
* Drop 100-dutch_fixtypo.patch, integrated upstream.

* Add note to default config file about adding sensitive data
  to that file (Closes: #321529).
* Update README.Debian with information about register_globals.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
# Generated automatically from debian/packages
3
 
# by yada v0.48, of Wed, 28 Sep 2005
 
3
# by yada v0.51, of Thu, 16 Nov 2006
4
4
 
5
5
DEB_HOST_ARCH        := $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null)
6
6
DEB_HOST_ARCH_OS     := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
110
110
        yada patch "debian/patches/*.patch"
111
111
        touch debian/build-arch-stamp
112
112
 
113
 
debian/build-indep-stamp:
 
113
debian/build-indep-stamp: debian/build-arch-stamp
114
114
        @[ -f $(shell which yada) -a -f debian/rules ]
115
115
        yada patch "debian/patches/*.patch"
116
116
        touch debian/build-indep-stamp