~ubuntu-branches/ubuntu/saucy/glew/saucy

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi, Yaroslav Halchenko, Fabrizio Regalli, Matteo F. Vescovi
  • Date: 2011-11-29 10:56:40 UTC
  • mfrom: (1.1.7) (12.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20111129105640-p20qdtpnrwz6epdv
Tags: 1.7.0-1
[ Yaroslav Halchenko ]
* Added Vcs- header fields
* Minor tune ups of the long descriptions

[ Fabrizio Regalli ]
* Imported Upstream version 1.7.0
* Switch to 3.0 quilt format
* Update d/compat to 8
* Really update d/compat
* Added d/source/options files
* Renamed all 1.6 install files to 1.7
* Adjustin d/control with new 1.7 version number
* Added build-{indep,arch} to d/rules
* Added libglew*.symbols to debian directory
* Update d/shlibs.local with new 1.7 version

[ Matteo F. Vescovi ]
* New maintainer (Closes: #634069)
* debian/control: VCS-Links updated
* debian/control: duplicated Section fields removed.
   - Drop of "Section: libs" fields duplicated for
     libglew1.6 and libglewmx1.6
   - Short-Description field for libglewmx1.6 modified
* debian/control: libglewmx1.6-dev Short-Description fixed

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
 
Index: b/glewmx.pc
29
 
===================================================================
30
 
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
31
 
+++ b/glewmx.pc 2011-01-11 11:53:10.000000000 +0100
32
 
@@ -0,0 +1,10 @@
33
 
+prefix=/usr
34
 
+exec_prefix=/usr/bin
35
 
+libdir=/usr/lib
36
 
+includedir=/usr/include/GL
37
 
+
38
 
+Name: glewmx
39
 
+Description: The OpenGL Extension Wrangler library (mx)
40
 
+Version: 1.5.3
41
 
+Cflags: -I${includedir}
42
 
+Libs: -L${libdir} -lGLEWmx