| /trunk/debian/liboop-doc.files |
|---|
| File deleted |
| /trunk/debian/liboop4.files |
|---|
| File deleted |
| /trunk/debian/liboop-dev.files |
|---|
| File deleted |
| /trunk/debian/control |
|---|
| 3,7 → 3,7 |
| Priority: optional |
| Maintainer: Magnus Holmgren <holmgren@debian.org> |
| Build-Depends: libtool, autoconf, automake1.9, |
| debhelper (>= 5), libadns1-dev, |
| debhelper (>= 7), libadns1-dev, |
| libglib2.0-dev, libreadline-dev, |
| tcl8.4-dev | tcl8.3-dev |
| Build-Depends-Indep: sharutils |
| /trunk/debian/compat |
|---|
| 1,0 → 0,0 |
| 5 |
| 7 |
| /trunk/debian/liboop-dev.install |
|---|
| 0,0 → 1,4 |
| usr/include/* |
| usr/lib/lib*.a |
| usr/lib/lib*.so |
| usr/lib/pkgconfig/* |
| /trunk/debian/changelog |
|---|
| 3,11 → 3,16 |
| * Add debug package |
| * Switch to source format 3.0 (quilt). |
| * Put the documentation from the former web site in an additional |
| upstream tarball. |
| upstream tarball. This means the logo no longer has to be stored as-is |
| instead of as a self-extracting archive, making the associated |
| Makefile unnecessary as well. The html can be installed by |
| dh_installdocs instead. |
| * read_bugfixes.patch: Fixes from Ian Jackson to bugs in a feature for |
| reading lines and records that he once contributed (Closes: #579604). |
| * Upgrade to debhelper compatibility level 7, use dh_install instead |
| of dh_movefiles as well as dh_prep instead of dh_clean. |
| -- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 15:06:02 +0200 |
| -- Magnus Holmgren <holmgren@debian.org> Fri, 30 Jul 2010 16:47:47 +0200 |
| liboop (1.0-6) unstable; urgency=low |
| /trunk/debian/rules |
|---|
| 46,7 → 46,7 |
| SUBSTS = SONAME |
| GENFILES = debian/control \ |
| debian/$(LIBRARY)$(SONAME).files \ |
| debian/$(LIBRARY)$(SONAME).install \ |
| debian/$(LIBRARY)$(SONAME).dirs |
| # We can't use these until after the package has been built ... otherwise |
| 107,30 → 107,21 |
| rm -f build-stamp configure-stamp |
| [ ! -f Makefile ] || $(MAKE) distclean |
| $(MAKE) -C web distclean |
| rm -rf Makefile.in aclocal.m4 ltmain.sh configure mkinstalldirs config.sub config.guess autom4te.cache missing depcomp install-sh |
| dh_clean |
| install-indep: |
| install: build |
| dh_testdir |
| dh_testroot |
| dh_clean -k |
| dh_prep |
| $(MAKE) -C web install \ |
| DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html |
| install-arch: build |
| dh_testdir |
| dh_testroot |
| dh_clean -k |
| $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp |
| binary-indep: install-indep |
| binary-indep: |
| dh_testdir |
| dh_testroot |
| dh_movefiles -i |
| dh_install -i |
| dh_installdocs -i |
| dh_installman -i |
| 144,10 → 135,10 |
| dh_md5sums -i |
| dh_builddeb -i |
| binary-arch: install-arch |
| binary-arch: install |
| dh_testdir |
| dh_testroot |
| dh_movefiles -a |
| dh_install -a |
| dh_installdocs -a |
| dh_installman -a |
| /trunk/debian/liboop4.install |
|---|
| 0,0 → 1,0 |
| usr/lib/lib*.so.* |
| /trunk/debian/liboop-doc.docs |
|---|
| 0,0 → 1,0 |
| html |