~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to debian/patches/debian-changes-1.5.3-2

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2010-05-21 20:17:39 UTC
  • Revision ID: james.westby@ubuntu.com-20100521201739-sfzfkbe6zdeyyj3j
Tags: 1.5.3-2
* add glew.pc to package (Closes: #582546)
* introduce glewmx.pc

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Upstream changes introduced in version 1.5.3-2
 
2
 This patch has been created by dpkg-source during the package build.
 
3
 Here's the last changelog entry, hopefully it gives details on why
 
4
 those changes were made:
 
5
 .
 
6
 glew (1.5.3-2) unstable; urgency=low
 
7
 .
 
8
   * add glew.pc to package (Closes: #582546)
 
9
   * introduce glewmx.pc
 
10
 .
 
11
 The person named in the Author field signed this changelog entry.
 
12
Author: Joost Yervante Damad <andete@debian.org>
 
13
Bug-Debian: http://bugs.debian.org/582546
 
14
 
 
15
---
 
16
The information above should follow the Patch Tagging Guidelines, please
 
17
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
 
18
are templates for supplementary fields that you might want to add:
 
19
 
 
20
Origin: <vendor|upstream|other>, <url of original patch>
 
21
Bug: <url in upstream bugtracker>
 
22
Bug-Debian: http://bugs.debian.org/<bugnumber>
 
23
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
 
24
Forwarded: <no|not-needed|url proving that it has been forwarded>
 
25
Reviewed-By: <name and email of someone who approved the patch>
 
26
Last-Update: <YYYY-MM-DD>
 
27
 
 
28
--- /dev/null
 
29
+++ glew-1.5.3/glewmx.pc
 
30
@@ -0,0 +1,10 @@
 
31
+prefix=/usr
 
32
+exec_prefix=/usr/bin
 
33
+libdir=/usr/lib
 
34
+includedir=/usr/include/GL
 
35
+
 
36
+Name: glewmx
 
37
+Description: The OpenGL Extension Wrangler library (mx)
 
38
+Version: 1.5.3
 
39
+Cflags: -I${includedir}
 
40
+Libs: -L${libdir} -lGLEWmx