mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
add config.h.in
This commit is contained in:
parent
5731e7dced
commit
c53d7dee94
@ -23,7 +23,7 @@ except:
|
||||
print 'Cannot get revision number'
|
||||
sys.exit(-1)
|
||||
|
||||
today_timestr = time.strftime('%Y%m%d')
|
||||
today_timestr = time.strftime('%Y%m%d%H%M')
|
||||
package='pdf2htmlex'
|
||||
projectname='pdf2htmlEX'
|
||||
try:
|
||||
@ -32,7 +32,7 @@ except:
|
||||
print 'Cannot get package name and version number'
|
||||
sys.exit(-1)
|
||||
|
||||
deb_version = version+'-2~git'+today_timestr+'r'+rev
|
||||
deb_version = version+'-3~git'+today_timestr+'r'+rev
|
||||
full_deb_version = deb_version+'-0ubuntu1'
|
||||
|
||||
#check if we need to update debian/changelog
|
||||
|
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -1,4 +1,4 @@
|
||||
pdf2htmlex (0.1-2~git20120828rf083f-0ubuntu1) precise; urgency=low
|
||||
pdf2htmlex (0.1-3~git201208281356r5731e-0ubuntu1) precise; urgency=low
|
||||
|
||||
* Fix version for package
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user