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

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2009-11-03 11:02:31 UTC
  • Revision ID: james.westby@ubuntu.com-20091103110231-6ldcm8jt48x39qix
Tags: 1.0.5-1
* New 1.0.5 upstream version
  - Configurations are now stored in independent files under
    /etc/usb_modeswitch.d/
  - The devices detection is greatly improved by having a broader set of
    detection fields (Closes: #527122).
  - Two new binaries: usb_modeswitch_sh and usb_modeswitch_tcl.
* Adaptation to new upstream:
  - Add tclsh to Depends.
  - Drop mkrules.py and thus python B-D (Closes: #535445).
  - Update manpage to 1.0.5 (add --version)
* Patches:
  - 01_correct_broken_huawei_conf.patch : refresh. 
  - 02_umconf_is_no_exec.patch          : remove, merged upstream.
  - 03_build_system_to_policy.patch     : refresh.
  - 04_convert_umconf_to_unicode.patch  : Add to get everything in utf-8.
                                          Thanks to W. Martin Borgert.
  - 05_move_wrappers_to_usr.patch       : Add. Moves wrappers to specific
                                          /usr/share/usb_modeswitch
  - 06_disables_rules.patch             : Add to get the udev rules "opt-in"
                                          (See NEWS.Debian)
  - Add headers to make them all comply to DEP-3 Patch Tagging Guidelines.
* Bump Standards-Version to 3.8.3
  - Add README.source.
* Document the major changes in NEWS.Debian
* Switch to source format 3.0 (quilt). Drop quilt Build-Dep and dh snippet.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/make -f
2
2
 
3
3
%:
4
 
        dh --with quilt $@
 
4
        dh $@
5
5
 
6
6
## Create and install manpage ##
7
7
 
8
8
override_dh_auto_build:
9
 
        dh_auto_build
 
9
        dh_auto_build -- -f Makefile.integrated
10
10
        docbook-to-man debian/usb_modeswitch.sgml > usb_modeswitch.1
11
 
        /usr/bin/env python debian/mkrules.py usb_modeswitch.conf > usb_modeswitch.rules
12
11
 
13
12
override_dh_clean:
14
13
        dh_clean
15
14
        rm -f usb_modeswitch.1
16
 
        rm -f usb_modeswitch.rules
17
15
 
18
16
override_dh_installman:
19
17
        dh_installman usb_modeswitch.1
20
18
 
21
 
override_dh_install:
22
 
        dh_install
23
 
        dh_install usb_modeswitch.rules /etc/udev/rules.d/
 
19
override_dh_auto_install:
 
20
        dh_auto_install -- -f Makefile.integrated