瀏覽代碼

Fix name of Debian dependency

Alois Mahdal 7 年之前
父節點
當前提交
d1e6e4a1ef
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      packaging/debian/control

+ 2
- 2
packaging/debian/control 查看文件

10
  shellfu (<< 0.11),
10
  shellfu (<< 0.11),
11
  shellfu-bash,
11
  shellfu-bash,
12
  shellfu-bash-pretty,
12
  shellfu-bash-pretty,
13
- libxml2-python,
13
+ python-libxml2,
14
 
14
 
15
 Package: __MKIT_PROJ_PKGNAME__
15
 Package: __MKIT_PROJ_PKGNAME__
16
 Architecture: all
16
 Architecture: all
19
  shellfu (<< 0.11),
19
  shellfu (<< 0.11),
20
  shellfu-bash,
20
  shellfu-bash,
21
  shellfu-bash-pretty,
21
  shellfu-bash-pretty,
22
- libxml2-python,
22
+ python-libxml2,
23
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
23
 Description: __MKIT_PROJ_NAME__ - __MKIT_PROJ_TAGLINE__
24
  pxpath is Shellfu/Bash wrapper around libxml2-python with intent
24
  pxpath is Shellfu/Bash wrapper around libxml2-python with intent
25
  to enable you to make simple XPath queries from a shell script,
25
  to enable you to make simple XPath queries from a shell script,