From 7f9f5cecb01189d0d60038d45933d2d373d6b89f Mon Sep 17 00:00:00 2001 From: Trent Petersen Date: Fri, 20 Sep 2019 09:11:40 -0500 Subject: [PATCH] Update for 18.10 build --- build_dists.py | 4 +--- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/build_dists.py b/build_dists.py index a1fde54..cc13ca5 100755 --- a/build_dists.py +++ b/build_dists.py @@ -40,8 +40,6 @@ if os.path.exists('../build-area'): print 'Failed to clean up old build directory' sys.exit(-1) - os.mkdir('../build-area') - print 'Generating version...' try: version = re.findall(r'set\(PDF2HTMLEX_VERSION\s*"([^"]*)"\)', open('CMakeLists.txt').read())[0] @@ -92,12 +90,12 @@ if os.system(archive_cmd) != 0: sys.exit(-1) orig_tar_filename = package+'-'+version+archive_suffix +os.mkdir('../build-area') if os.system('test -e %s && cp %s ../build-area/' % (orig_tar_filename, orig_tar_filename)) != 0: print 'Cannot copy tarball file to build area' sys.exit(-1) deb_orig_tar_filename = package+'_'+deb_version+'.orig'+archive_suffix - try: os.chdir('../build-area') except: diff --git a/debian/changelog b/debian/changelog index 83bb770..662eb5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pdf2htmlex (0.17.0-1~git20190920r21a9f-0ubuntu1) cosmic; urgency=low + + * Package for 18.10 + + -- Trent Petersen Fri, 20 Sep 2019 09:09:03 -0500 + pdf2htmlex (0.16.0-1~git20190920r21a9f-0ubuntu1) bionic; urgency=low * Package for 18.04