parent
a4e5b55c16
commit
74847cd624
9 changed files with 81 additions and 18 deletions
@ -0,0 +1,15 @@ |
||||
2015-11-10 19:48 marc |
||||
|
||||
* ., AUTHORS, COPYING, ChangeLog, INSTALL, NEWS, README, |
||||
ax_check_qt.m4, ax_cxx_compile_stdcxx_11.m4, |
||||
ax_init_standard_project.m4, bootstrap.sh, build-in-docker.sh, |
||||
build-resource-file.sh, configure.ac, debian, |
||||
debian/changelog.in, debian/compat, debian/control.in, |
||||
debian/docs, debian/pdfsign-dev.install, debian/pdfsign.install, |
||||
debian/rules, doc, doc/doxyfile.in, doc/makefile.am, |
||||
mac-create-app-bundle.sh, makefile.am, pdfsign.spec.in, |
||||
resolve-debbuilddeps.sh, resolve-rpmbuilddeps.sh, sql-to-dot.sed, |
||||
src, src/languages.qrc, src/main.cxx, src/makefile.am, |
||||
src/pdfsign.hxx, src/pdfsign.pc.in, src/pdfsign.ui, |
||||
src/version.cxx, src/version.hxx: initial setup |
||||
|
@ -1,7 +1,7 @@ |
||||
usr/include/* |
||||
usr/lib/lib*.a |
||||
usr/lib/lib*.so |
||||
#usr/include/* |
||||
#usr/lib/lib*.a |
||||
#usr/lib/lib*.so |
||||
usr/lib/pkgconfig/* |
||||
usr/lib/*.la |
||||
usr/share/pdfsign |
||||
#usr/lib/*.la |
||||
#usr/share/pdfsign |
||||
usr/share/doc/pdfsign/html |
||||
|
@ -1 +1,2 @@ |
||||
usr/lib/lib*.so.* |
||||
usr/bin/* |
||||
#usr/lib/lib*.so.* |
||||
|
Loading…
Reference in new issue