~ubuntu-branches/ubuntu/maverick/ekiga/maverick

« back to all changes in this revision

Viewing changes to debian/patches/lib64.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Eugen Dedu, Eugen Dedu, Loic Minier
  • Date: 2008-09-27 10:00:00 UTC
  • mfrom: (1.1.8 upstream)
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 38.
  • Revision ID: james.westby@ubuntu.com-20080927100000-l5k5werb6czr5b3h
Tags: 3.0.1-1
[ Eugen Dedu ]
* New version.  (Closes: #500089).
* Add our own changelog file in /usr/share/doc.
* Remove gnomemeeting transitional package.
* Discover new interfaces.  (Closes: #488199).
* Compile with dbus support.  (Closes: #467212).
* Numeric keypad inserts digits at correct position.  (Closes: #440159).
* Use libnotify upon call.  (Closes: #412604).
* Symlink identical GNOME help files, to reduce size.  (Closes: #505536).
* Explicitely build-depends on a few dev packages, even if they were
  pulled out anyway by the other dependencies.

[ Loic Minier ]
* Use clean:: instead of clean: in rules.
* Don't disable Uploaders: generation for control.in -> control generation
  in rules.
* Fix some tabs which were size 4 anyway.
* Generate a PO template during build by calling intltool-update -p in
  install; thanks Ubuntu and Martin Pitt; closes: #505535.
* Also let the -dbg depend on ${misc:Depends}.
* Cleanup rules; in particular, use dpkg-parsechangelog and honor
  distclean/clean failures, remove old clean rules, commented out stuff,
  gtk-only stuff.
* Pass -s to dh_* in binary-arch.
* Use debian/*.links and debian/*.manpages instead of symlink manually or
  passing files to dh_installman.
* Use ftp.gnome.org in copyright.
* Switch to quilt and fix target deps in the process; build-dep on quilt
  instead of dpatch; rename news.dpatch to 00_news.patch and refresh;
  replace 00list with series.
* Install autotools-dev config.guess and .sub after patching.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## lib64.dpatch by  <kilian@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Fix #40840 - don't use lib64 on any arch.
6
 
 
7
 
@DPATCH@
8
 
diff -urNad ekiga-2.0.9~/configure ekiga-2.0.9/configure
9
 
--- ekiga-2.0.9~/configure      2007-04-12 10:27:20.000000000 +0200
10
 
+++ ekiga-2.0.9/configure       2007-07-21 12:19:53.000000000 +0200
11
 
@@ -22039,7 +22039,4 @@
12
 
 esac
13
 
 
14
 
 case $host_cpu:$ekiga_cv_cc_64bit_output in
15
 
-powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
16
 
-libname="lib64"
17
 
-;;
18
 
 *:*)
19
 
diff -urNad ekiga-2.0.9~/configure.in ekiga-2.0.9/configure.in
20
 
--- ekiga-2.0.9~/configure.in   2007-04-12 10:26:46.000000000 +0200
21
 
+++ ekiga-2.0.9/configure.in    2007-07-21 12:19:41.000000000 +0200
22
 
@@ -212,7 +212,4 @@
23
 
 esac
24
 
 
25
 
 case $host_cpu:$ekiga_cv_cc_64bit_output in
26
 
-powerpc64:yes | s390x:yes | sparc64:yes | x86_64:yes)
27
 
-libname="lib64"  
28
 
-;;
29
 
 *:*)