~barry/gedit/bug-788514

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Sebastien Bacher
  • Date: 2011-05-04 10:36:14 UTC
  • Revision ID: seb128@ubuntu.com-20110504103614-26pgl25lkfufs9z9
* Resynchronize on Debian, remaining diffs
  - Build-Depends on dh-autoreconf, gnome-common, liblaunchpad-integration
  - Conflicts gir1.2-gedit-3.0 for ppa upgrades, Debian ship the gir in gedit
  - don't Recommends python-gnome2
  - don't Build-Depends on libgconf2-dev nor libx11-dev
* debian/gedit.install:
  - install the gi override
* debian/rules:
  - Use autoreconf.mk
* New upstream release
* Updated build-dependencies
* Added gobject introspection integration
* debian/patches/03_python_path.patch
  debian/patches/04_link_against_libICE.patch
  debian/patches/10_pt_BR_po.patch:
  - Dropped obsolete patches
* debian/patches/90_autoreconf.patch
  debian/patches/99_ltmain_as-needed.patch:
  -  Refreshed
* Recommend yelp. Closes: #600055.
* 10_pt_BR_po.patch: fix an important mistake in the Brazilian 
  Portuguese translation. Closes: #603502.
* New upstream translation release.
* 90_autoreconf.patch: updated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
 
3
include /usr/share/cdbs/1/rules/autoreconf.mk
3
4
include /usr/share/cdbs/1/rules/debhelper.mk
4
5
include /usr/share/cdbs/1/rules/utils.mk
5
6
include /usr/share/cdbs/1/class/gnome.mk
6
 
include /usr/share/cdbs/1/rules/autoreconf.mk
7
7
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
8
8
include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
9
9
-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
10
10
 
11
11
binary-install/gedit::
12
 
        cd debian/gedit/usr/share/gedit-2 && mv gedit-bugreport.sh gedit-bugreport
 
12
        cd debian/gedit/usr/share/gedit && mv gedit-bugreport.sh gedit-bugreport
13
13
        chmod 755 debian/gedit/usr/share/bug/gedit/script
14
 
        dh_pysupport -pgedit /usr/lib/gedit-2/plugins
 
14
        dh_pysupport -pgedit /usr/lib/gedit/plugins
 
15
 
 
16
binary-predeb/gedit::
 
17
        dh_girepository -ldebian/tmp/usr/share/gedit/gir-1.0 /usr/lib/gedit/girepository-1.0
15
18
 
16
19
LDFLAGS += -Wl,-O1 -Wl,--as-needed
17
20
 
18
 
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper
 
21
DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper --enable-gtk-doc