~ubuntu-branches/ubuntu/precise/cdcover/precise

« back to all changes in this revision

Viewing changes to .pc/debian-changes-0.9.1-9/cccpara2.h

  • Committer: Bazaar Package Importer
  • Author(s): Georges Khaznadar
  • Date: 2010-08-14 18:33:52 UTC
  • Revision ID: james.westby@ubuntu.com-20100814183352-t7dkc1eku2lf55tf
Tags: 0.9.1-9
* adopted the package. Closes: #508227
* upgraded Standards-Version to 3.9.1
* added the management for const char lists (suppresses C++ warnings).
* modified the header of the LaTeX file to avoid using the package isolatin1
  in favor of the package inputenc with utf8x option. Closes: #539592
* removed a broken http link from header of the LaTeX file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Created by text2h , (c) by Ulli Meybohm, www.meybohm.de   */
 
2
#ifndef cccpara2_H
 
3
#define cccpara2_H
 
4
 
 
5
char * cccpara2V[]=
 
6
{
 
7
"-h",
 
8
"--help",
 
9
"-i",
 
10
"--interactive",
 
11
""
 
12
};
 
13
 
 
14
int cccpara2C=4;
 
15
 
 
16
 
 
17
#endif