Explorar el Código

Fix name of Debian dependency

Alois Mahdal hace 7 años
padre
commit
d1e6e4a1ef
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      packaging/debian/control

+ 2
- 2
packaging/debian/control Ver fichero

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,