diff -u xtel-3.3.0/debian/changelog xtel-3.3.0/debian/changelog --- xtel-3.3.0/debian/changelog +++ xtel-3.3.0/debian/changelog @@ -1,3 +1,11 @@ +xtel (3.3.0-19) unstable; urgency=medium + + * compat: Bump to 9. + * Drop commented dh_ calls. + * rules: Clear. + + -- Samuel Thibault Tue, 22 Dec 2015 21:35:56 +0100 + xtel (3.3.0-18) unstable; urgency=medium * Bump Standards-Version to 3.9.6 (no changes). diff -u xtel-3.3.0/debian/compat xtel-3.3.0/debian/compat --- xtel-3.3.0/debian/compat +++ xtel-3.3.0/debian/compat @@ -1 +1 @@ -5 +9 diff -u xtel-3.3.0/debian/control xtel-3.3.0/debian/control --- xtel-3.3.0/debian/control +++ xtel-3.3.0/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Samuel Thibault Standards-Version: 3.9.6 -Build-Depends: libmotif-dev,libx11-dev,libxmu-dev,libxpm-dev,libxt-dev,x11proto-core-dev,xbitmaps,libxaw7-dev,debhelper (>= 5.0.31),imagemagick,xfonts-utils,xutils-dev,libjpeg-dev, doc-base, xfonts-utils, hardening-wrapper +Build-Depends: libmotif-dev,libx11-dev,libxmu-dev,libxpm-dev,libxt-dev,x11proto-core-dev,xbitmaps,libxaw7-dev,debhelper (>= 9),imagemagick,xfonts-utils,xutils-dev,libjpeg-dev, doc-base, xfonts-utils Homepage: http://pficheux.free.fr/xtel/ Package: xtel reverted: --- xtel-3.3.0/debian/doc-base +++ xtel-3.3.0.orig/debian/doc-base @@ -1,18 +0,0 @@ -Document: xtel -Title: XTel, Emulateur Minitel sous X11 -Author: Eric Delaunay -Abstract: XTEL permet d'émuler un Minitel 1B, 2 ou TVR (Télétel Vitesse Rapide) - sur un terminal X, ou une station de travail couleur, monochrome ou à - niveaux de gris. - Il est utilisable en réseau, c'est-à-dire qu'une des machines - du réseau commande les MODEMS et dialogue avec les services Télétel, les - utilisateurs de XTEL dialoguent avec cette machine "serveur" par socket - internet (utilisation d'un service TCP et du super-démon "inetd"). - XTEL implémente désormais le protocole I-Minitel du 3622 (plus de détails sur - http://www.i-minitel.com). -Section: Network/Communication - -Format: HTML -Files: /usr/share/doc/xtel/fr/index.html -Index: /usr/share/doc/xtel/fr/index.html - diff -u xtel-3.3.0/debian/postrm xtel-3.3.0/debian/postrm --- xtel-3.3.0/debian/postrm +++ xtel-3.3.0/debian/postrm @@ -19,8 +19,6 @@ case "$1" in purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - # update the menu system - if [ -x /usr/bin/update-menus ]; then update-menus; fi [ -x "$(command -v xtel 2>/dev/null)" ] && update-inetd --disable xtel if [ "$1" = purge ] diff -u xtel-3.3.0/debian/rules xtel-3.3.0/debian/rules --- xtel-3.3.0/debian/rules +++ xtel-3.3.0/debian/rules @@ -1,50 +1,22 @@ #!/usr/bin/make -f -# Sample debian/rules that uses debhelper. -# GNU copyright 1997 to 1999 by Joey Hess. -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=0 - -export DEB_BUILD_HARDENING=1 - -build: build-arch -build-indep: -build-arch: build-stamp -build-stamp: - dh_testdir - - # Add here commands to compile the package. - # $(MAKE) +%: + dh $@ +override_dh_auto_build: # Imake commands xmkmf make Xtel # convert the mean gif file into a png file convert xtel.gif +set date:create +set date:modify -define png:exclude-chunk=time xtel.png - touch build-stamp -clean: - dh_testdir - dh_testroot - rm -f build-stamp install-stamp - - # Add here commands to clean up after the build process. - [ ! -f Makefile ] || $(MAKE) clean +override_dh_auto_clean: + dh_auto_clean rm -f xtel.png find . -name Makefile -print | xargs rm -f - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - # Add here commands to install the package into debian/xtel. +override_dh_auto_install: $(MAKE) install DESTDIR=`pwd`/debian/xtel - # Install the examples - #install -m 644 exemples/*.vdt debian/xtel/usr/share/doc/xtel/examples/ - dh_installexamples exemples/*.vdt # Install font support and fonts install -m 644 fonts/fonts.alias debian/xtel/etc/X11/fonts/misc/xtel.alias install -m 644 fonts/*.pcf.gz debian/xtel/usr/share/fonts/X11/misc/ @@ -71,44 +42,0 @@ - touch install-stamp - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install -# dh_testversion - dh_testdir - dh_testroot - dh_installdebconf - dh_installdocs - dh_installexamples - dh_installmenu - dh_installxfonts -# dh_installemacsen -# dh_installpam -# dh_installinit - dh_installcron - dh_installman xteld.man - # install xtel man page under X11 directory tree - dh_installman xtel.man - dh_installinfo - install -d -m 755 debian/xtel/usr/share/doc-base - install -m 644 debian/doc-base debian/xtel/usr/share/doc-base/xtel -# dh_undocumented - dh_installchangelogs - dh_link - dh_strip - dh_compress - dh_fixperms -# You may want to make some executables suid here. -# dh_suidregister -# dh_makeshlibs - dh_installdeb -# dh_perl - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install only in patch2: unchanged: --- xtel-3.3.0.orig/debian/xtel.doc-base +++ xtel-3.3.0/debian/xtel.doc-base @@ -0,0 +1,18 @@ +Document: xtel +Title: XTel, Emulateur Minitel sous X11 +Author: Eric Delaunay +Abstract: XTEL permet d'émuler un Minitel 1B, 2 ou TVR (Télétel Vitesse Rapide) + sur un terminal X, ou une station de travail couleur, monochrome ou à + niveaux de gris. + Il est utilisable en réseau, c'est-à-dire qu'une des machines + du réseau commande les MODEMS et dialogue avec les services Télétel, les + utilisateurs de XTEL dialoguent avec cette machine "serveur" par socket + internet (utilisation d'un service TCP et du super-démon "inetd"). + XTEL implémente désormais le protocole I-Minitel du 3622 (plus de détails sur + http://www.i-minitel.com). +Section: Network/Communication + +Format: HTML +Files: /usr/share/doc/xtel/fr/index.html +Index: /usr/share/doc/xtel/fr/index.html + only in patch2: unchanged: --- xtel-3.3.0.orig/debian/xtel.examples +++ xtel-3.3.0/debian/xtel.examples @@ -0,0 +1 @@ +exemples/*.vdt only in patch2: unchanged: --- xtel-3.3.0.orig/debian/xtel.manpages +++ xtel-3.3.0/debian/xtel.manpages @@ -0,0 +1,2 @@ +xtel.man +xteld.man