~ubuntu-branches/ubuntu/trusty/etl/trusty-proposed

« back to all changes in this revision

Viewing changes to ETL/etl_profile.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2012-05-12 16:24:53 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120512162453-gho4kely37m2t4xr
Tags: 0.04.15-1
* New maintainers (Closes: #665041)
* New upstream release.
* imported latest QA changes
* Packaging update
  + to straight debhelper + dh-autoreconf
  + compat & debhelper to version 9
  + corrected Vcs-Browser URL
  + allow dh_auto_test failure (fixes FTBFS)
  + Maintainer set to d-multimedia

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
/* #undef HAVE_WINDOWS_H */
93
93
 
94
94
/* Define to the address where bug reports for this package should be sent. */
95
 
#define ETL_BUGREPORT "http://synfig.org/Bugs"
 
95
#define ETL_BUGREPORT "http://sourceforge.net/tracker/?group_id=144022&atid=757416"
96
96
 
97
97
/* Define to the full name of this package. */
98
98
#define ETL_NAME "Extended Template Library"
99
99
 
100
100
/* Define to the full name and version of this package. */
101
 
#define ETL_STRING "Extended Template Library 0.04.13"
 
101
#define ETL_STRING "Extended Template Library 0.04.15"
102
102
 
103
103
/* Define to the one symbol short name of this package. */
104
104
#define ETL_TARNAME "ETL"
105
105
 
 
106
/* Define to the home page for this package. */
 
107
#define ETL_URL ""
 
108
 
106
109
/* Define to the version of this package. */
107
 
#define ETL_VERSION "0.04.13"
 
110
#define ETL_VERSION "0.04.15"
108
111
 
109
112
/* Define to 1 if you have the ANSI C header files. */
110
113
#define STDC_HEADERS 1