~ubuntu-branches/ubuntu/utopic/libconfig-simple-perl/utopic

« back to all changes in this revision

Viewing changes to t/.#bug.cfg.1.10

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-01-22 17:31:07 UTC
  • mfrom: (3.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080122173107-c8k4vmhqyeh6c21t
Tags: 4.59-3
* Add Homepage field to debian/control.
* Change XS-Vcs-* fields to Vcs-*.
* Change URL in debian/watch.
* Set Standards-Version to 3.7.3 (no changes needed).
* debian/rules:
  - move tests to build target
  - use DESTDIR and PREFIX on make install
  - remove some commented out and unsused dh_* calls
  - create install-stamp target
  - remove OPTIMIZE variable, we don't compile anything
  - remove DESTDIR for installing the package
  - use $(CURDIR) instead of `pwd`
* Change debian/copyright to the new machine-readable format.
* Remove /usr/lib/perl5 only if it exists; prevents a FTBFS under perl
  5.10.
* Set debhelper compatibility level to 6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; Config::Simple 4.58_01
 
2
; Tue Sep 12 14:59:10 2006
 
3
 
 
4
[WIN32]
 
5
My_Pictures="C:\\DOCUMENTS AND SETTINGS\\SHERZOD RUZMETOV\\MY DOCUMENTS\\MY PICTURES\\"
 
6
My_Music="C:\\DOCUMENTS AND SETTINGS\\SHERZOD RUZMETOV\\MY DOCUMENTS\\MY MUSIC\\"
 
7
My_Documents="C:\\DOCUMENTS AND SETTINGS\\SHERZOD RUZMETOV\\MY DOCUMENTS\\"
 
8
My_Money="C:\\DOCUMENTS AND SETTINGS\\SHERZOD RUZMETOV\\MY DOCUMENTS\\MY MONEY\\"
 
9
System_Root="C:\\"
 
10
 
 
11
[Default]
 
12
Outer_Color=1, 0, "0.1"
 
13
Inner_Color=1, "0.6", "0.6"
 
14
Inner_Font="data/crosshair_inner.fnt"
 
15
Outer_Font="data/crosshair_outer.fnt"
 
16
 
 
17