-
Notifications
You must be signed in to change notification settings - Fork 293
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
packages MAINTENANCE forbid building cffi bindings for now
- Loading branch information
1 parent
8baded3
commit bf5e182
Showing
7 changed files
with
6 additions
and
68 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -2,20 +2,7 @@ Source: @PACKAGE@ | |
Maintainer: CESNET <[email protected]> | ||
Priority: extra | ||
Standards-Version: 3.8.2 | ||
Build-Depends: | ||
debhelper (>= 9), | ||
dh-python, | ||
make, | ||
gcc, | ||
g++, | ||
doxygen, | ||
cmake, | ||
pkg-config, | ||
libpcre3-dev, | ||
libcmocka-dev, | ||
python3 (>= 3.5), | ||
python3-cffi, | ||
python3-setuptools, | ||
Build-Depends: debhelper (>= 9), gcc | ||
Homepage: https://github.com/CESNET/libyang | ||
|
||
Package: @PACKAGE@ | ||
|
@@ -53,19 +40,3 @@ Depends: @CPP_PACKAGE@ (=@LIBYANG_VERSION@) | |
Section: debug | ||
Architecture: any | ||
Description: Debug symbols of C++ bidings of libyang library. | ||
|
||
Package: @PYTHON_CFFI_PACKAGE@ | ||
Depends: | ||
${misc:Depends}, | ||
${python3:Depends}, | ||
python3-cffi, | ||
@PACKAGE@ (=@LIBYANG_VERSION@), | ||
Section: libs | ||
Architecture: any | ||
Description: CFFI bindings of libyang library to Python language. | ||
|
||
Package: @PYTHON_CFFI_PACKAGE@-dbg | ||
Depends: @PYTHON_CFFI_PACKAGE@ (=@LIBYANG_VERSION@) | ||
Section: debug | ||
Architecture: any | ||
Description: Debug symbols of Python CFFI bindings of libyang library. |
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -7,8 +7,6 @@ Binary: | |
@CPP_PACKAGE@, | ||
@CPP_PACKAGE@-dev, | ||
@CPP_PACKAGE@-dbg, | ||
@PYTHON_CFFI_PACKAGE@, | ||
@PYTHON_CFFI_PACKAGE@-dbg, | ||
Maintainer: CESNET <[email protected]> | ||
Version: @LIBYANG_VERSION@ | ||
Architecture: any | ||
|
@@ -17,7 +15,6 @@ Homepage: https://github.com/CESNET/libyang | |
Vcs-Git: https://github.com/CESNET/libyang | ||
Build-Depends: | ||
debhelper (>= 9), | ||
dh-python, | ||
make, | ||
gcc, | ||
g++, | ||
|
@@ -26,6 +23,3 @@ Build-Depends: | |
pkg-config, | ||
libpcre3-dev, | ||
libcmocka-dev, | ||
python3 (>= 3.5), | ||
python3-cffi, | ||
python3-setuptools, |
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
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 |
---|---|---|
|
@@ -13,7 +13,6 @@ cp "@PROJECT_SOURCE_DIR@/packages/debian.@[email protected]" debian/@[email protected] | |
cp "@PROJECT_SOURCE_DIR@/packages/debian.@[email protected]" debian/@[email protected] | ||
cp "@PROJECT_SOURCE_DIR@/packages/debian.@[email protected]" debian/@[email protected] | ||
cp "@PROJECT_SOURCE_DIR@/packages/debian.@[email protected]" debian/@[email protected] | ||
cp "@PROJECT_SOURCE_DIR@/packages/debian.@[email protected]" debian/@[email protected] | ||
echo -e "@PACKAGE@ (@LIBYANG_VERSION@) stable; urgency=low\n" >debian/changelog | ||
git log -10 --pretty=format:' * %s (%aN)%n' 2>/dev/null >>debian/changelog || echo -e " * unknown changes \n" >>debian/changelog | ||
git log -1 --pretty=format:'%n -- %aN <%aE> %aD%n' >>debian/changelog 2>/dev/null || echo " -- ${USER} <${USER}@`hostname`> `date -R`" >>debian/changelog | ||
|