parent
7cd3999fcc
commit
823aed41d9
21 changed files with 140 additions and 121 deletions
@ -1,6 +1,5 @@ |
||||
@PACKAGE@ (@VERSION@-1) unstable; urgency=low |
||||
@PACKAGE@ (@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@) @DISTRO@; urgency=low |
||||
|
||||
* see https://dev.swisssign.com/projects/swisssurfer for changes |
||||
* see https://dev.swisssign.com/projects/swisssurfer for changes |
||||
* Please see ChangeLog of @PACKAGE@ |
||||
|
||||
-- Marc Wäckerlin (SwissSign AG) <marc.waeckerlin@tech.swisssign.com> Wed, 07 Apr 2010 10:23:02 +0200 |
||||
-- @AUTHOR@ @BUILD_DATE@ |
||||
|
@ -1,18 +1,18 @@ |
||||
## @id $Id$ |
||||
# |
||||
# This file has been added by bootstrap.sh on Fri, 13 Mar 2015 15:22:56 +0100 |
||||
# This file has been added by bootstrap.sh on Sat, 14 Mar 2015 15:34:48 +0100 |
||||
# Feel free to change it or even remove and rebuild it, up to your needs |
||||
# |
||||
## 1 2 3 4 5 6 7 8 |
||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890 |
||||
|
||||
prefix=@PACKAGE_NAME@ |
||||
exec_prefix= |
||||
prefix=@prefix@ |
||||
exec_prefix=@exec_prefix@ |
||||
libdir=/lib |
||||
includedir=/include |
||||
|
||||
Name: @PACKAGE_NAME@ |
||||
Description: @DESCRIPTION@ |
||||
Version: @VERSION@ |
||||
Libs: -L -l@PACKAGE_NAME@ |
||||
Cflags: -I |
||||
Libs: -L -l@PACKAGE_NAME@ @LDFLAGS@ |
||||
Cflags: -I @CPPFLAGS@ |
||||
|
Loading…
Reference in new issue