-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debian/patches: Fix upstream version of the package.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
debian/patches/0002-configure.ac-Update-from-version-0.28-to-0.29.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
From: =?utf-8?q?Rog=C3=A9rio_Brito?= <[email protected]> | ||
Date: Thu, 11 Mar 2021 02:37:30 -0300 | ||
Subject: configure.ac: Update from version 0.28 to 0.29. | ||
|
||
--- | ||
configure.ac | 4 ++-- | ||
1 file changed, 2 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/configure.ac b/configure.ac | ||
index 3b8404b..f87d755 100644 | ||
--- a/configure.ac | ||
+++ b/configure.ac | ||
@@ -1,5 +1,5 @@ | ||
AC_PREREQ(2.50) | ||
-AC_INIT([jbig2enc], [0.28], [[email protected]], [jbig2enc-0.28], | ||
+AC_INIT([jbig2enc], [0.29], [[email protected]], [jbig2enc-0.29], | ||
[https://github.com/agl/jbig2enc]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dependencies]) | ||
@@ -13,7 +13,7 @@ AC_PROG_LIBTOOL | ||
|
||
# Release versioning | ||
GENERIC_MAJOR_VERSION=0 | ||
-GENERIC_MINOR_VERSION=28 | ||
+GENERIC_MINOR_VERSION=29 | ||
GENERIC_MICRO_VERSION=0 | ||
|
||
# API version (often = GENERIC_MAJOR_VERSION.GENERIC_MINOR_VERSION) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
0001-Port-to-Python3.patch | ||
0002-configure.ac-Update-from-version-0.28-to-0.29.patch |