~psusi/ubuntu/natty/gnome-power-manager/sleep

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2010-03-31 18:02:57 UTC
  • mfrom: (2.2.7 upstream)
  • mto: (24.1.12 squeeze)
  • mto: This revision was merged to the branch mainline in revision 170.
  • Revision ID: james.westby@ubuntu.com-20100331180257-adoalcy5arv3znld
Tags: 2.30.0-1
* New upstream release.
* debian/patches/04_cast-align.patch
  - Removed, -Werror is no longer enforced by default.
* debian/patches/07-bugreport-upower.patch
  - Removed, merged upstream.
* debian/patches/09-inhibit-consolekit-events-after-resume.patch
  - Removed, merged upstream.
* debian/patches/10-do-not-exit-if-hal-is-not-available.patch
  - Removed, merged upstream.
* debian/patches/11-only-connect-to-hal-if-there-is-no-xrandr-hardware.patch
  - Removed, merged upstream.
* debian/patches/12-DeviceKit-disks-is-now-called-UDisks.patch
  - Removed, merged upstream.
* debian/patches/90_autoconf.patch
  - Removed, obsolete.
* debian/rules
  - Remove obsolete configure switch --with-dpms-ext.
* Switch to source format 3.0 (quilt).
  - Add debian/source/format.
  - Drop quilt from Build-Depends.
  - Remove /usr/share/cdbs/1/rules/patchsys-quilt.mk include.
* debian/patches/09-fix-critical-warning-from-gpmscreensaver.patch
  - Fix up a critical warning from the GpmScreensaver code on startup. Patch
    pulled from upstream Git.
* debian/copyright
  - Update list of copyright holders and add copyright years.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
include /usr/share/cdbs/1/rules/debhelper.mk
4
4
include /usr/share/cdbs/1/class/gnome.mk
5
 
include /usr/share/cdbs/1/rules/patchsys-quilt.mk
6
5
include /usr/share/cdbs/1/rules/utils.mk
7
6
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8
7
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
10
9
DEB_CONFIGURE_EXTRA_FLAGS += \
11
10
                        --enable-gconf-defaults \
12
11
                        --without-gconf-source \
13
 
                        --with-dpms-ext \
14
12
                        --with-dbus-services=/usr/share/dbus-1/services/ \
15
13
                        --disable-scrollkeeper \
16
14
                        --with-doc-dir=/usr/share/doc/gnome-power-manager/ \
17
15
                        --enable-applets
18
16
 
19
17
LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
20
 
                        
 
18
 
21
19
clean::
22
20
        rm -f po/*.gmo
23
21