At Saturday 22 February 2014 18:08:57 Michael Vogt wrote: > This is fixed in git now.
Thanks! > Would you be interessted to submit a vendor profile for this > distribution? That was comming next :) Patch attached, please yell at me if you want a separate bug report for it ;-) Cheers Jon Severinsson
diff -Nru apt-0.9.15.3/doc/apt-verbatim.ent apt-0.9.15.3tanglu1/doc/apt-verbatim.ent --- apt-0.9.15.3/doc/apt-verbatim.ent 2014-02-20 14:43:07.000000000 +0100 +++ apt-0.9.15.3tanglu1/doc/apt-verbatim.ent 2014-02-22 15:23:13.000000000 +0100 @@ -226,6 +226,7 @@ <!ENTITY stable-codename "wheezy"> <!ENTITY testing-codename "jessie"> <!ENTITY stable-version "7"> +<!ENTITY tanglu-codename "bartholomea"> <!ENTITY ubuntu-codename "trusty"> <!-- good and bad just refers to matching and not matching a pattern⦠diff -Nru apt-0.9.15.3/vendor/getinfo apt-0.9.15.3tanglu1/vendor/getinfo --- apt-0.9.15.3/vendor/getinfo 2013-12-27 14:53:49.000000000 +0100 +++ apt-0.9.15.3tanglu1/vendor/getinfo 2014-02-22 15:18:54.000000000 +0100 @@ -23,6 +23,9 @@ debian-stable-codename) getrawfield 'stable-codename' "${BASEDIR}/../doc/apt-verbatim.ent" ;; +tanglu-codename) + getrawfield 'tanglu-codename' "${BASEDIR}/../doc/apt-verbatim.ent" + ;; ubuntu-codename) getrawfield 'ubuntu-codename' "${BASEDIR}/../doc/apt-verbatim.ent" ;; diff -Nru apt-0.9.15.3/vendor/makefile apt-0.9.15.3tanglu1/vendor/makefile --- apt-0.9.15.3/vendor/makefile 2013-12-07 14:12:14.000000000 +0100 +++ apt-0.9.15.3tanglu1/vendor/makefile 2014-02-22 15:18:54.000000000 +0100 @@ -32,9 +32,11 @@ # if we haven't found a specific, look for a deriving in hardcoded order test -e $@ || \ (dpkg-vendor --derives-from ubuntu && cp ln -s ubuntu $@ ) || \ + (dpkg-vendor --derives-from tanglu && cp ln -s tanglu $@ ) || \ ln -s debian $@ .PHONY: clean veryclean all binary vendor +.NOPARALLEL: clean: clean/current diff -Nru apt-0.9.15.3/vendor/tanglu/apt-vendor.ent apt-0.9.15.3tanglu1/vendor/tanglu/apt-vendor.ent --- apt-0.9.15.3/vendor/tanglu/apt-vendor.ent 1970-01-01 01:00:00.000000000 +0100 +++ apt-0.9.15.3tanglu1/vendor/tanglu/apt-vendor.ent 2014-02-22 15:18:54.000000000 +0100 @@ -0,0 +1,7 @@ +<!-- details about the keys used by the distribution --> +<!ENTITY keyring-distro "Tanglu"> +<!ENTITY keyring-package "<package>tanglu-archive-keyring</package>"> +<!ENTITY keyring-filename "<filename>/usr/share/keyrings/tanglu-archive-keyring.gpg</filename>"> +<!ENTITY keyring-removed-filename "<filename>/usr/share/keyrings/tanglu-archive-removed-keys.gpg</filename>"> +<!ENTITY keyring-master-filename ""> +<!ENTITY keyring-uri ""> diff -Nru apt-0.9.15.3/vendor/tanglu/makefile apt-0.9.15.3tanglu1/vendor/tanglu/makefile --- apt-0.9.15.3/vendor/tanglu/makefile 1970-01-01 01:00:00.000000000 +0100 +++ apt-0.9.15.3tanglu1/vendor/tanglu/makefile 2014-02-22 15:18:54.000000000 +0100 @@ -0,0 +1,11 @@ +# -*- make -*- +BASE=../.. +SUBDIR=vendor/tanglu + +# Bring in the default rules +include ../../buildlib/defaults.mak + +doc binary manpages: sources.list + +sources.list: sources.list.in ../../doc/apt-verbatim.ent + sed -e 's#&tanglu-codename;#$(shell ../getinfo tanglu-codename)#g' $< > $@ diff -Nru apt-0.9.15.3/vendor/tanglu/sources.list.in apt-0.9.15.3tanglu1/vendor/tanglu/sources.list.in --- apt-0.9.15.3/vendor/tanglu/sources.list.in 1970-01-01 01:00:00.000000000 +0100 +++ apt-0.9.15.3tanglu1/vendor/tanglu/sources.list.in 2014-02-22 15:26:41.000000000 +0100 @@ -0,0 +1,7 @@ +# See sources.list(5) manpage for more information + +deb http://archive.tanglu.org/tanglu &tanglu-codename; main contrib non-free +#deb-src http://archive.tanglu.org/tanglu &tanglu-codename; main contrib non-free + +#deb http://archive.tanglu.org/tanglu &tanglu-codename;-updates main contrib non-free +#deb-src http://archive.tanglu.org/tanglu &tanglu-codename;-updates main contrib non-free
signature.asc
Description: This is a digitally signed message part.