~ubuntu-branches/ubuntu/quantal/usb-modeswitch/quantal

« back to all changes in this revision

Viewing changes to debian/patches/03_build_system_to_policy.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-01-12 15:58:14 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100112155814-8ve516a5iirpx5sg
Tags: 1.0.7-1
* New 1.0.7 upstream version (Closes: #563527).
  - Update the manpage
  - Split source in binary and data packages.
* Patches:
  - 01_correct_broken_huawei_conf.patch
      Removed.
  + 03_build_system_to_policy.patch
      Refreshed.
  - 04_convert_umconf_to_unicode.patch
      Removed.
  + 05_move_wrappers_to_usr.patch
      Refreshed.
  - 06_disables_rules.patch
      Removed.
* Add a preinst to delete configuration files forgotten in previous releases
  - Also delete /etc/udev/rules.d/80-usb_modeswitch.rules.
  - Delete only the data files not included in the -data upload
* Update README.Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * s/CCFLAGS/CFLAGS/g : Let dpkg-buildpackage define CFLAGS.
5
5
Origin: other
6
6
Author: Didier Raboud <didier@raboud.com>
7
 
Last-Update: 2009-07-02
 
7
Last-Update: 2010-01-12
8
8
 
9
9
Index: usb-modeswitch.git/Makefile
10
10
===================================================================
11
 
--- usb-modeswitch.git.orig/Makefile    2009-11-03 10:33:15.000000000 +0100
12
 
+++ usb-modeswitch.git/Makefile 2009-11-03 10:40:48.000000000 +0100
 
11
--- usb-modeswitch.git.orig/Makefile    2010-01-12 13:52:47.000000000 +0100
 
12
+++ usb-modeswitch.git/Makefile 2010-01-12 13:55:29.000000000 +0100
13
13
@@ -2,7 +2,7 @@
14
 
 VERS        = 1.0.4
 
14
 VERS        = 1.0.7
15
15
 STRIP      = strip
16
16
 CC          = gcc
17
 
-CCFLAGS     = -l usb
18
 
+CFLAGS     += -l usb
 
17
-CCFLAGS     = -l usb -Wall
 
18
+CFLAGS     += -l usb -Wall
19
19
 RM          = /bin/rm -f
20
20
 OBJS        = usb_modeswitch.c
21
21
 PREFIX     = $(DESTDIR)/usr
31
31
              $(RM) ./usb_modeswitch
32
32
Index: usb-modeswitch.git/Makefile.integrated
33
33
===================================================================
34
 
--- usb-modeswitch.git.orig/Makefile.integrated 2009-08-20 21:03:13.000000000 +0200
35
 
+++ usb-modeswitch.git/Makefile.integrated      2009-11-03 10:40:48.000000000 +0100
 
34
--- usb-modeswitch.git.orig/Makefile.integrated 2010-01-12 13:52:47.000000000 +0100
 
35
+++ usb-modeswitch.git/Makefile.integrated      2010-01-12 14:01:36.000000000 +0100
36
36
@@ -2,7 +2,7 @@
37
 
 VERS        = 1.0.3
 
37
 VERS        = 1.0.7
38
38
 STRIP       = strip
39
39
 CC          = gcc
40
 
-CCFLAGS     = -l usb -DUSE_SYSLOG
41
 
+CFLAGS     += -l usb -DUSE_SYSLOG
 
40
-CCFLAGS     = -Wall -l usb -DUSE_SYSLOG
 
41
+CFLAGS     += -Wall -l usb -DUSE_SYSLOG
42
42
 RM          = /bin/rm -f
43
43
 OBJS        = usb_modeswitch.c
44
44
 PREFIX      = $(DESTDIR)/usr