search for: dh_clean

Displaying 19 results from an estimated 19 matches for "dh_clean".

Did you mean: df_clean
2016 Mar 26
2
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...uildpackage: distribution source unstable dpkg-buildpackage: source chang? par Matthias Klose <doko at debian.org> dpkg-source --before-build xapian-bindings-1.2.21 dpkg-buildpackage: architecture h?te amd64 fakeroot debian/rules clean dh_testdir dh_testroot dh_autotools-dev_restoreconfig dh_clean dpkg-source -b xapian-bindings-1.2.21 dpkg-source: info: utilisation du format source ? 3.0 (quilt) ? dpkg-source: erreur: fichier binaire non souhait? : debian/build/python2.7/python/xapian/__init__.pyo dpkg-source: erreur: fichier binaire non souhait? : debian/build/python2.7/python/xapian/__...
2006 May 22
2
Bug#368496: xen-utils-3.0: Include support for HVM-based guests
Package: xen-utils-3.0 Severity: wishlist Please include support for HVM-based guests. This allows hardware virtualization on systems with Intel's chips with VT (IE, Pentium D 930), and AMD's future chips with Pacifica. HVM allows you to run unmodified operating systems under Xen, such as Windows XP/2003. The following files are needed: /usr/lib/xen/bin/qemu-dm
2013 Jun 29
2
Syslinux 6.00 released
...REFIX)/include/efi/protocol/ia64 $(INSTALL) -m 644 protocol/ia64/*.h $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64 endif So if you are not on ia32/ia64, no ia32/ia64 headers will be installed. But on Debian (from $source/Debian/Makefile): install: build dh_testdir dh_testroot dh_clean -k dh_installdirs -A # gnu-efi files cp -r inc/* debian/gnu-efi/usr/include/efi/ rm debian/gnu-efi/usr/include/efi/Makefile rm debian/gnu-efi/usr/include/efi/inc.mak rm debian/gnu-efi/usr/include/efi/make.inf rm debian/gnu-efi/usr/include/efi/makefile.hdr rm debian/gnu-efi...
2016 Mar 26
3
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...urce chang? par Matthias Klose <doko at debian.org> >> dpkg-source --before-build xapian-bindings-1.2.21 >> dpkg-buildpackage: architecture h?te amd64 >> fakeroot debian/rules clean >> dh_testdir >> dh_testroot >> dh_autotools-dev_restoreconfig >> dh_clean >> dpkg-source -b xapian-bindings-1.2.21 >> dpkg-source: info: utilisation du format source ? 3.0 (quilt) ? >> dpkg-source: erreur: fichier binaire non souhait? : >> debian/build/python2.7/python/xapian/__init__.pyo >> dpkg-source: erreur: fichier binaire non souhait...
2008 May 28
1
Bug#483294: xen-3_3.2.1-1(ia64/unstable): FTBFS: please enable ia64 support
...ltilib [amd64] [...] > dpkg-buildpackage: source package xen-3 > dpkg-buildpackage: source version 3.2.1-1 > dpkg-buildpackage: host architecture ia64 > /usr/bin/fakeroot debian/rules clean > dh_testdir > rm -rf debian/build debian/stamps debian/lib/python/debian_xen/*.pyc > dh_clean > debian/rules build > dh_testdir > /usr/bin/make -f debian/rules.gen setup_ia64 > make[1]: Entering directory `/build/buildd/xen-3-3.2.1' > make[1]: *** No rule to make target `setup_ia64'. Stop. > make[1]: Leaving directory `/build/buildd/xen-3-3.2.1' > make: **...
2006 Oct 21
0
Bug#394411: xen-3.0_3.0.3~rc4+hg11760-1(ia64/unstable): Please add ia64 support
...age is xen-3.0 > dpkg-buildpackage: source version is 3.0.3~rc4+hg11760-1 > dpkg-buildpackage: host architecture ia64 > dpkg-buildpackage: source version without epoch 3.0.3~rc4+hg11760-1 > /usr/bin/fakeroot debian/rules clean > dh_testdir > rm -rf debian/build debian/stamps > dh_clean > debian/rules build > dh_testdir > /usr/bin/make -f debian/rules.gen setup-ia64 > make[1]: Entering directory `/build/buildd/xen-3.0-3.0.3~rc4+hg11760' > make[1]: *** No rule to make target `setup-ia64'. Stop. > make[1]: Leaving directory `/build/buildd/xen-3.0-3.0.3~rc...
2007 Jul 17
0
Bug#433533: xen-3.0: warnings building source diff after first attempt
...e: xen-3.0 Version: 3.0.4-1-1 Severity: minor Starting from a fresh source package, if you build the package once and then attempt to build it again, there are file permissions not being cleaned up that then cause warnings when building the source package. Here is the section of the build log: dh_clean dpkg-source -b xen-3.0-3.0.4-1 dpkg-source: building xen-3.0 using existing xen-3.0_3.0.4-1.orig.tar.gz dpkg-source: building xen-3.0 in xen-3.0_3.0.4-1-1.diff.gz dpkg-source: warning: executable mode 0755 of `debian/patches/not-reinvent-u dev.dpatch' will not be represented in diff dpkg-sourc...
2000 Aug 20
1
debian/{rules,init.d} DESTDIR and $VPNMASK fixes
...tion into the debian/tmp build dir. The second patch strips the newline off $VPNMASK in the init.d script. The perl system() call sees the ifconfig call as two separate commands. --- tinc/debian/rules Sun May 21 18:40:41 2000 +++ tinc.new/debian/rules Sun Aug 20 16:16:50 2000 @@ -32,7 +32,7 @@ dh_clean -k dh_installdirs - $(MAKE) install prefix=`pwd`/debian/tmp/usr + $(MAKE) install DESTDIR=`pwd`/debian/tmp mkdir -p `pwd`/debian/tmp/etc/tinc/example cp doc/tinc.conf.sample `pwd`/debian/tmp/etc/tinc/example/tinc.conf ln -s /usr/share/doc/tinc/README.Debian `pwd`/debian/tmp/etc/tinc/examp...
2013 Jul 01
0
Syslinux 6.00 released
...rotocol/ia64/*.h > $(INSTALLROOT)$(PREFIX)/include/efi/protocol/ia64 > endif > > So if you are not on ia32/ia64, no ia32/ia64 headers will be installed. > > But on Debian (from $source/Debian/Makefile): > > install: build > dh_testdir > dh_testroot > dh_clean -k > dh_installdirs -A > > # gnu-efi files > cp -r inc/* debian/gnu-efi/usr/include/efi/ > rm debian/gnu-efi/usr/include/efi/Makefile > rm debian/gnu-efi/usr/include/efi/inc.mak > rm debian/gnu-efi/usr/include/efi/make.inf > rm debian/gnu-efi/usr/inclu...
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...ble > dpkg-buildpackage: source chang? par Matthias Klose <doko at debian.org> > dpkg-source --before-build xapian-bindings-1.2.21 > dpkg-buildpackage: architecture h?te amd64 > fakeroot debian/rules clean > dh_testdir > dh_testroot > dh_autotools-dev_restoreconfig > dh_clean > dpkg-source -b xapian-bindings-1.2.21 > dpkg-source: info: utilisation du format source ? 3.0 (quilt) ? > dpkg-source: erreur: fichier binaire non souhait? : > debian/build/python2.7/python/xapian/__init__.pyo > dpkg-source: erreur: fichier binaire non souhait? : > debian/build...
2006 Sep 25
1
Bug#389320: xen-3.0_3.0.2-3+hg9762-1(ia64/unstable): FTBFS: please add ia64 support
...e package is xen-3.0 > dpkg-buildpackage: source version is 3.0.2-3+hg9762-1 > dpkg-buildpackage: host architecture ia64 > dpkg-buildpackage: source version without epoch 3.0.2-3+hg9762-1 > /usr/bin/fakeroot debian/rules clean > dh_testdir > rm -rf debian/build debian/stamps > dh_clean > debian/rules build > dh_testdir > /usr/bin/make -f debian/rules.gen setup-ia64 > make[1]: Entering directory `/build/buildd/xen-3.0-3.0.2-3+hg9762' > make[1]: *** No rule to make target `setup-ia64'. Stop. > make[1]: Leaving directory `/build/buildd/xen-3.0-3.0.2-3+hg9...
2016 Mar 26
0
PHP bindings fail on Ubuntu for xapian-bindings-1.2.21
...se <doko at debian.org> >>> dpkg-source --before-build xapian-bindings-1.2.21 >>> dpkg-buildpackage: architecture h?te amd64 >>> fakeroot debian/rules clean >>> dh_testdir >>> dh_testroot >>> dh_autotools-dev_restoreconfig >>> dh_clean >>> dpkg-source -b xapian-bindings-1.2.21 >>> dpkg-source: info: utilisation du format source ? 3.0 (quilt) ? >>> dpkg-source: erreur: fichier binaire non souhait? : >>> debian/build/python2.7/python/xapian/__init__.pyo >>> dpkg-source: erreur: fichier...
2011 Jun 27
1
Debian and Ubuntu packages of 1.2.0
...ckage: source version 1.2.3-3 dpkg-buildpackage: source changed by Olly Betts <olly at survex.com> dpkg-source --before-build xapian-bindings-1.2.3 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -rf debian/build rm -f config.sub config.guess dh_clean dpkg-source -b xapian-bindings-1.2.3 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building xapian-bindings using existing ./xapian-bindings_1.2.3.orig.tar.gz dpkg-source: warning: ignoring deletion of file config.guess dpkg-source: warning: ignoring deletion of file...
2013 Feb 23
2
Bug#701445: xcp-vncterm: ftbfs with eglibc-2.17
...imental install libc6-dev To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev [...] rm -f TAGS make[1]: Leaving directory `/??PKGBUILDDIR??' dh_clean debian/rules build-arch dh build-arch dh_testdir -a dh_auto_configure -a dh_auto_build -a make[1]: Entering directory `/??PKGBUILDDIR??' make -C libvnc make[2]: Entering directory `/??PKGBUILDDIR??/libvnc' cc -I/??PKGBUILDDIR??/libvnc/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_S...
2006 Oct 23
3
Bug#394931: xen-utils-3.0.3-1: Manpages not included
...-96,6 +99,9 @@ install-utils_$(ARCH): DH_OPTIONS = -p$(PACKAGE_NAME_UTILS) -p$(PACKAGE_NAME_IOEMU) install-utils_$(ARCH): $(STAMPS_DIR)/build-utils_$(ARCH) dh_testdir + dh_installman $(DIR)/docs/man/xend-config.sxp.5 \ + $(DIR)/docs/man/xm.1 \ + $(DIR)/docs/man/xmdomain.cfg.5 dh_testroot dh_clean -k install -D -m644 debian/xen-utils.NEWS debian/$(PACKAGE_NAME_UTILS)/usr/share/doc/$(PACKAGE_NAME_UTILS)/NEWS -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (500, 'testing') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/dash Ke...
2008 Jul 12
1
[ESS] Process SAS is not running... error on Ubuntu
It does appear the ess package on CRAN for Ubuntu 8.04 fails to install the file 'ess-sas-sh-command'. This prevents invoking SAS via 'M-x SAS'. http://cran.mirrors.hoobly.com/bin/linux/ubuntu/README.html --Dale On Fri, Jul 11, 2008 at 12:39 PM, Rodney Sparapani <rsparapa at mcw.edu> wrote: > Dale Steele wrote: >> >> I re-installed from Hardy packages on
2013 Dec 02
6
Bug#731166: Error: Syntax error: 'end' expected
...rce changed by St?phane Glondu <glondu at debian.org> dpkg-buildpackage: host architecture amd64 dpkg-source --before-build xen-api-libs-0.5.2 fakeroot debian/rules clean dh clean --with autoreconf,ocaml dh_testdir dh_auto_clean dh_autoreconf_clean "dh_ocamlinit -d" dh_clean dpkg-source -b xen-api-libs-0.5.2 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building xen-api-libs using existing ./xen-api-libs_0.5.2.orig.tar.gz dpkg-source: info: building xen-api-libs in xen-api-libs_0.5.2-3.1.debian.tar.gz dpkg-source: info: building xen-api-l...
2013 Jun 29
6
Syslinux 6.00 released
On Sat, 29 Jun, at 01:57:58AM, Igor Sverkos wrote: > Hi, > > Matt Fleming wrote: > > On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote: > >> Thanks - now it crashes later ... > > > > What crash are you seeing? > > > >> I don't have the ia64 files which are needed for a complete binary. But > >> maybe that's only my special
2007 Oct 17
0
28 commits - configure.ac debian/changelog debian/control debian/copyright debian/.gitignore debian/libswfdec0.dirs debian/libswfdec0.files debian/libswfdec0.shlibs debian/libswfdec-dev.dirs debian/libswfdec-dev.files debian/rules debian/swf-player.dirs
...-stamp - - # Add here commands to clean up after the build process. - -$(MAKE) distclean - -test -r /usr/share/misc/config.sub && \ - cp -f /usr/share/misc/config.sub config.sub - -test -r /usr/share/misc/config.guess && \ - cp -f /usr/share/misc/config.guess config.guess - - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/tmp - $(MAKE) install prefix=$(CURDIR)/debian/tmp/usr - - mkdir -p debian/tmp/usr/lib/mozilla-snapshot/plugins - cd debian/tmp/usr/lib/mozilla-snapshot/plugins &amp...