apt-vl.spec 47 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393
  1. %define with_python 1
  2. %define build_vine5 0
  3. %if "%{?_dist_release}" == "vl5"
  4. %define build_vine5 1
  5. %endif
  6. %define snapver git522
  7. %define srcver %{version}.%{snapver}
  8. Name: apt
  9. Version: 0.5.15lorg3.95
  10. Release: 11.%{snapver}%{?_dist_release}
  11. Summary: Advanced front-end for rpm (APT - Advanced Package Tool)
  12. Summary(ja): RPM の高機能なフロントエンド (APT - アドバンスドパッケージツール)
  13. Group: Applications/Administration
  14. License: GPLv2+
  15. Url: http://apt-rpm.org/
  16. Vendor: Project Vine
  17. Distribution: Vine Linux
  18. Packager: daisuke
  19. Source0: %{name}-%{srcver}.tar.bz2
  20. Source1: apt.conf-0.5.15
  21. Source3: vendors.list-0.5.15
  22. Source5: gpg-keyring.conf
  23. Source7: system-duplicate-package.conf
  24. Source8: allow-duplicated-upgrade.conf
  25. Source10: sources.list-vine
  26. Source20: preferences.vine
  27. Source30: rpmpriorities.vineseed
  28. Source31: rpmpriorities.vine5
  29. Source50: remove-old-kernels.lua
  30. Source51: remove-old-kernels.conf
  31. Source100: apt-0.5.15lorg3.93-ja.po
  32. Source110: apt-japanese-man-pages.tar.bz2
  33. # patches from MDK/ALT/upstream
  34. # patches from fedora/upstream
  35. # Fix ppc mapping
  36. Patch0: apt-0.5.15lorg3.2-ppc.patch
  37. # band aid for mmap issues (#211254)
  38. Patch1: apt-0.5.15lorg3.x-cache-corruption.patch
  39. # enhance the sorting by taking Obsoletes into account
  40. Patch10: %{name}-0.3.19cnc53-stelian-apt-pkg-algorithms-scores.patch.bz2
  41. # ignore versionless reverse dependencies
  42. Patch11: %{name}-0.5.4cnc9-alt-packagemanager-CheckRConflicts.patch.bz2
  43. # alternative scoring method ( PreDepends implies -1 instead of +50 )
  44. Patch12: %{name}-0.5.4cnc9-alt-pkgorderlist_score.patch.bz2
  45. # add # to the list of the forbidden char in the name of cdrom
  46. Patch13: %{name}-0.5.4cnc9-alt-specialchars.patch.bz2
  47. # a quick bugfixe to make build-dep work
  48. Patch16: %{name}-build-dep.patch.bz2
  49. # Vine patch
  50. # support "$(ARCH)" in sources.list
  51. Patch100: apt-0.5.4-ARCH.patch
  52. # set HOME=/root on exec gpg
  53. Patch120: apt-0.5.15lorg3.2-setenv-home.patch
  54. # apt-cdrom mounts cdrom device without fstab modification.
  55. Patch130: apt-0.5.15lorg3.2-apt-cdrom-fstab-free.patch
  56. # select correct version of kernel on apt-get upgrade (allow-duplicated.lua)
  57. Patch140: apt-0.5.15lorg3.2-allow-duplicated_lua.patch
  58. # more gettextize
  59. Patch150: apt-0.5.15lorg3.95-git522-gettextize.patch
  60. # set RPM_IGNORE_SCRIPTLETS_FAILURE to ignore rpm scriptlets failure
  61. Patch160: apt-0.5.15lorg3.93-ignore-scriptlets-failure.patch
  62. # use lua-rex for rex
  63. Patch170: apt-0.5.15lorg3.95-lua-rex.patch
  64. # handle not only legacy PreReq but also Requires(pre,post) as PreDepends
  65. Patch180: apt-0.5.15lorg3.95.git522-handle-requires-prepost.patch
  66. # add swig2 pregenerated files
  67. Patch200: apt-0.5.15lorg3.95.git522-swig2-pregenerated-files.patch
  68. # revert patch
  69. # http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
  70. # this commit breaks local package install...
  71. Patch210: apt-0.5.15lorg3.95.git522-revert-mass-constify-rpmhandler-getter-methods.patch
  72. # revert patch
  73. # http://apt-rpm.org/scm/?p=apt.git;a=commit;h=0cc8fd20721f543bb8feb2cd98102dcc63c921b0
  74. # http://apt-rpm.org/scm/?p=apt.git;a=commit;h=70f33318cc6a391a92f77a37a4f7773e6008dc36
  75. # new genpkglist does not handle userfulFile correctly
  76. Patch220: apt-0.5.15lorg3.95-revert-genbasedir.patch
  77. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  78. Requires(post): ldconfig, coreutils
  79. Requires(postun): ldconfig
  80. Requires(triggers): sed, coreutils
  81. Requires: rpm >= 4.0.4, gnupg, bzip2
  82. Requires: readline >= 4.3
  83. Requires: vine-keyring
  84. Requires: apt-sourceslist-main
  85. Requires: lua-rex
  86. BuildRequires: rpm-devel >= 4.0.4
  87. BuildRequires: bzip2-devel, zlib-devel
  88. BuildRequires: glibc-devel, popt
  89. BuildRequires: gettext
  90. BuildRequires: readline-devel >= 4.3
  91. BuildRequires: autoconf
  92. BuildRequires: docbook-utils >= 0.6.14-4
  93. BuildRequires: cvs
  94. BuildRequires: libxml2-devel >= 2.6
  95. BuildRequires: lua-devel
  96. %if %{with_python}
  97. BuildRequires: python
  98. BuildRequires: python-devel
  99. %endif
  100. %description
  101. A port of Debian's apt tools for RPM based distributions.
  102. It provides the apt-get utility that provides a simpler,
  103. safer way to install and upgrade packages. APT features
  104. complete installation ordering, multiple source capability
  105. and several other unique features.
  106. %description -l ja
  107. これは rpm 対応の apt です。 apt-get は簡単かつ安全にパッケージ
  108. のアップグレード,インストールを行うことができるコマンドです。
  109. apt は依存関係の解決、インストール順序の補完などさまざまな特
  110. 徴があります。
  111. %package devel
  112. Summary: Development files and documentation for APT's libapt-pkg
  113. Summary(ja): APT のライブラリ(libapt-pkg) の開発用ファイルとドキュメント
  114. Group: Development/Libraries
  115. Requires(pre): %{name} = %{version}-%{release}
  116. Obsoletes: libapt-pkg-devel <= 0.3.19cnc30, libapt-pkg-doc <= 0.3.19cnc30
  117. %description devel
  118. This package contains the header files and static libraries for
  119. developing with APT's libapt-pkg package manipulation library,
  120. modified for RPM.
  121. %description devel -l ja
  122. このパッケージには、rpm 向けに改変された APT の、libapt-pkg
  123. パッケージ操作ライブラリを使って開発するための、ヘッダファイル
  124. とスタティックライブラリが含まれています。
  125. %if %{with_python}
  126. %package -n python-apt
  127. Summary: Python binding for APT
  128. Summary(ja): APT 用 Python バインディング
  129. Group: Development/Languages
  130. Requires: %{name} = %{version}-%{release}
  131. %description -n python-apt
  132. This package contains the python binding for apt libraries.
  133. %description -n python-apt -l ja
  134. このパッケージには apt ライブラリの python バインディング
  135. が含まれています。
  136. %endif
  137. %prep
  138. %setup -q -a 110 -n %{name}-%{srcver}
  139. %patch0 -p1 -b .ppc
  140. %patch1 -p0 -b .mmap
  141. %patch10 -p1
  142. %patch11 -p1
  143. %patch12 -p1
  144. %patch13 -p1
  145. %patch16 -p1
  146. %patch100 -p0
  147. %patch120 -p1
  148. %patch130 -p1
  149. %patch140 -p1
  150. %patch150 -p1
  151. %patch160 -p1
  152. %patch170 -p1
  153. %patch180 -p1
  154. %patch200 -p1
  155. %patch210 -p1
  156. %patch220 -p1
  157. cp %{SOURCE100} po/ja.po
  158. %if %{build_vine5}
  159. cp %{SOURCE31} rpmpriorities
  160. %else
  161. cp %{SOURCE30} rpmpriorities
  162. %endif
  163. %build
  164. autoreconf -f -i
  165. %configure \
  166. --disable-dependency-tracking --disable-static \
  167. CPPFLAGS=-D_RPM_4_4_COMPAT
  168. %__make %{?_smp_mflags}
  169. %__make -C po ja.gmo
  170. %if %{with_python}
  171. pushd python
  172. %__make
  173. python -O -c "import py_compile; py_compile.compile('apt.py')"
  174. popd
  175. %endif
  176. # build japanese man pages
  177. pushd doc/ja
  178. # if you need utf-8 man page , add BuildRequires: nkf
  179. # %{__make} convert_to_utf-8
  180. %{__make}
  181. popd
  182. %install
  183. rm -fr %{buildroot}
  184. %makeinstall includedir=%{buildroot}%{_includedir}/apt-pkg
  185. # stat directories
  186. mkdir -p %{buildroot}%{_var}/cache/apt/archives/partial
  187. mkdir -p %{buildroot}%{_var}/cache/apt/genpkglist
  188. mkdir -p %{buildroot}%{_var}/cache/apt/gensrclist
  189. # config files
  190. mkdir -p %{buildroot}%{_sysconfdir}/apt
  191. mkdir -p %{buildroot}%{_sysconfdir}/apt/apt.conf.d
  192. mkdir -p %{buildroot}%{_sysconfdir}/apt/translate.list.d
  193. mkdir -p %{buildroot}%{_sysconfdir}/apt/sources.list.d
  194. install %{SOURCE1} %{buildroot}%{_sysconfdir}/apt/apt.conf
  195. install %{SOURCE10} %{buildroot}%{_sysconfdir}/apt/sources.list
  196. install %{SOURCE10} %{buildroot}%{_sysconfdir}/apt/sources.list.dist
  197. install %{SOURCE20} %{buildroot}%{_sysconfdir}/apt/preferences
  198. install %{SOURCE3} %{buildroot}%{_sysconfdir}/apt/vendors.list
  199. install rpmpriorities %{buildroot}%{_sysconfdir}/apt
  200. install %{SOURCE5} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/gpg-keyring.conf
  201. install %{SOURCE7} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/system-duplicate-package.conf
  202. install %{SOURCE8} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/allow-duplicated-upgrade.conf
  203. # scripts dirs
  204. mkdir -p %{buildroot}%{_datadir}/apt/scripts
  205. # install contribs
  206. pushd contrib
  207. # install apt-wrapper
  208. cat apt-wrapper/apt | tr -d "\r" > apt-wrapper/apt.new
  209. install -m 755 apt-wrapper/apt.new %{buildroot}%{_bindir}/apt
  210. install -d %{buildroot}%{_mandir}/man1/
  211. install apt-wrapper/apt.1 %{buildroot}%{_mandir}/man1/
  212. # install lua scripts, but not install .conf file.
  213. for i in allow-duplicated guess \
  214. install-devel list-extras list-nodeps \
  215. proxypasswd log
  216. do
  217. install $i/$i.lua %{buildroot}%{_datadir}/apt/scripts
  218. done
  219. # install some lua script .conf file to apt.conf.d
  220. for i in allow-duplicated list-extras list-nodeps
  221. do
  222. install $i/$i.conf %{buildroot}%{_sysconfdir}/apt/apt.conf.d/
  223. done
  224. popd
  225. # install remove-old-kernels.{lua,conf}
  226. install %{SOURCE50} %{buildroot}%{_datadir}/apt/scripts
  227. install %{SOURCE51} %{buildroot}%{_sysconfdir}/apt/apt.conf.d/remove-old-kernels.conf
  228. %if %{with_python}
  229. # install apt.py
  230. mkdir -p %{buildroot}%{python_sitearch}/
  231. install -m 644 python/apt.py* %{buildroot}%{python_sitearch}/
  232. install -m 755 python/_apt.so %{buildroot}%{python_sitearch}/
  233. touch %{buildroot}%{python_sitearch}/apt.pyo
  234. %endif
  235. # remove unpackaged files
  236. rm -f %{buildroot}%{_libdir}/libapt-pkg.la
  237. # install japanese man pages
  238. pushd doc/ja
  239. %{__make} install MANDIR-JA="%{buildroot}%{_mandir}/ja"
  240. popd
  241. %triggerun -- apt < 0.5.4
  242. CONF=/etc/apt/apt.conf
  243. if [ -f $CONF ]; then
  244. mv $CONF $CONF.rpmold
  245. sed -e 's/HoldPkgs/Hold/' \
  246. -e 's/AllowedDupPkgs/Allow-Duplicated/' \
  247. -e 's/IgnorePkgs/Ignore/' \
  248. -e 's/PostInstall/Post-Install/' \
  249. -e 's#Methods .*#Methods "/usr/lib/apt/methods";#' \
  250. $CONF.rpmold > $CONF
  251. fi
  252. %triggerun -- apt <= 0.5.15.cnc.7
  253. SOURCESLIST=/etc/apt/sources.list
  254. if [ -f $SOURCESLIST ]; then
  255. cp -f $SOURCESLIST $SOURCESLIST.rpmsave
  256. cp $SOURCESLIST.dist $SOURCESLIST
  257. fi
  258. %triggerun -- apt < 0.5.15lorg3.94a
  259. SOURCESLIST=/etc/apt/sources.list
  260. if [ -f $SOURCESLIST ]; then
  261. cp -f $SOURCESLIST $SOURCESLIST.rpmsave
  262. cp $SOURCESLIST.dist $SOURCESLIST
  263. fi
  264. %post
  265. ldconfig -n %{_libdir}
  266. rm -f %{_var}/cache/apt/*.bin
  267. if [ ! -d /mnt/cdrom ]; then
  268. mkdir -p /mnt/cdrom ||:
  269. fi
  270. %postun
  271. ldconfig -n %{_libdir}
  272. %clean
  273. rm -rf %{buildroot}
  274. %files
  275. %defattr(0644,root,root,755)
  276. %doc AUTHORS* COPYING* TODO*
  277. %doc doc/examples/
  278. %doc contrib/allow-duplicated contrib/apt-wrapper contrib/guess contrib/install-devel
  279. %doc contrib/list-extras contrib/list-nodeps contrib/proxypasswd contrib/log
  280. %{_mandir}/man?/*
  281. %{_mandir}/ja/man?/*
  282. %{_libdir}/*.so.*
  283. %{_datadir}/locale/*/LC_MESSAGES/*
  284. %dir %{_sysconfdir}/apt
  285. %dir %{_sysconfdir}/apt/apt.conf.d
  286. %dir %{_sysconfdir}/apt/translate.list.d
  287. %dir %{_sysconfdir}/apt/sources.list.d
  288. %config(noreplace) %{_sysconfdir}/apt/apt.conf
  289. %config(noreplace) %{_sysconfdir}/apt/preferences
  290. %config(noreplace) %verify(not mtime) %{_sysconfdir}/apt/sources.list
  291. %{_sysconfdir}/apt/sources.list.dist
  292. %config %{_sysconfdir}/apt/apt.conf.d/*
  293. %config %{_sysconfdir}/apt/vendors.list
  294. %config %{_sysconfdir}/apt/rpmpriorities
  295. %dir %{_var}/cache/apt
  296. %{_var}/cache/apt
  297. %dir %{_var}/lib/apt
  298. %{_var}/lib/apt
  299. %defattr(755,root,root)
  300. %dir %{_libdir}/apt
  301. %dir %{_libdir}/apt/methods
  302. %dir %{_datadir}/apt/scripts
  303. %{_libdir}/apt/methods/*
  304. %{_datadir}/apt/scripts/*
  305. %{_bindir}/*
  306. %files devel
  307. %defattr(0644,root,root,755)
  308. %{_libdir}/*.so
  309. %dir %{_includedir}/apt-pkg
  310. %{_includedir}/apt-pkg/*
  311. %{_libdir}/pkgconfig/libapt-pkg.pc
  312. %if %{with_python}
  313. %files -n python-apt
  314. %defattr(0644,root,root,755)
  315. %{python_sitearch}/*.so
  316. %{python_sitearch}/*.py*
  317. %endif
  318. %changelog
  319. * Wed Jun 08 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-11.git522
  320. - add another revert patch
  321. new genpkglist/gensrclist does not handle userfulFile correctly.
  322. http://apt-rpm.org/scm/?p=apt.git;a=commit;h=0cc8fd20721f543bb8feb2cd98102dcc63c921b0
  323. http://apt-rpm.org/scm/?p=apt.git;a=commit;h=70f33318cc6a391a92f77a37a4f7773e6008dc36
  324. * Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-10.git522
  325. - add revert patch
  326. this commit breaks local package install...
  327. http://apt-rpm.org/scm/?p=apt.git;a=commit;h=33283508cae4d598062561fe7c096238649adcba
  328. * Sun May 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-9.git522
  329. - update to upstream git snapshot
  330. - drop upstreamed patches
  331. * Sat Mar 19 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-8.git416
  332. - drop vine4 support
  333. - add vine5 support
  334. - update rpmpriorities for VineSeed (s/util-linux-ng/utillinux)
  335. * Mon Aug 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-7.git416
  336. - update Summary and Description
  337. - update remove-old-kernels.lua
  338. - check /boot/vmlinuz and latest kernel package.
  339. * Fri Mar 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-6.git416
  340. - add BR: lua-devel
  341. - add Patch180 (not only PreReq but also Requires(pre,post) as PreDepends)
  342. * Fri Feb 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-5.git416
  343. - rebuilt with gcc-4.4.3-3 on ppc
  344. * Fri Feb 5 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.5.15lorg3.95-4.git416
  345. - rebuilt with rpm-4.8.0-3 (on ppc)
  346. * Wed Feb 03 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 0.5.15lorg3.95-3.git416
  347. - added BR: python-devel.
  348. - changed PreReq: to Requires(pre):.
  349. * Wed Feb 03 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-2.git416
  350. - add Patch170 to use external rex module
  351. - add R: lua-rex
  352. * Tue Feb 02 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.95-1.git416
  353. - update to upstream git snapshot
  354. - add patch1-8 from fedora/upstream
  355. - build with rpm-4.8.0
  356. - disable static libs
  357. * Thu Aug 20 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-16
  358. - add triggerun script to upgrade from old apt (vine4.x's)
  359. * Sun May 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-15
  360. - update remove-old-kernels.lua
  361. - add kernel-{pae,smp}-devel to remove list
  362. * Tue May 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-14
  363. - split out remove-old-kernels.lua from allow-duplicated.lua
  364. - add exception/error handling
  365. - remove Patch170
  366. * Sun May 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-13
  367. - add Patch170: remove kernel/kernel-devel older than current running
  368. version. (by default) This feature can disable by apt
  369. configuration file.
  370. - renumber patch130-patch1000
  371. * Thu May 14 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-12
  372. - add patch from upstream
  373. - Patch22: Fix infinite loop in pkgAcquire::UriIterator
  374. * Mon May 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-11
  375. - add patches from upstream git
  376. - Patch17: add default constructor, required for aptitude 0.4.1
  377. - Patch18: optimize redundant gettimeofday()
  378. - Patch19: use --cachedir for gensrclist too
  379. - Patch20: use find() instead of manual search for RPMHandler::HasFile()
  380. - Patch21: apt-shell: quit from shell by Ctrl+D
  381. * Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-10
  382. - bytecompile python module
  383. * Thu Mar 19 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-9
  384. - enable building python-apt subpackage now
  385. * Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-8
  386. - add module-init-tools to rpmpriorities instead of modutils
  387. * Mon Feb 02 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-7
  388. - add kernel-pae* to system-duplicate-package.conf
  389. * Sun Feb 01 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-6
  390. - re-update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
  391. - add Requires: apt-sourceslist-main
  392. * Tue Jan 27 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-5
  393. - update Source10 (sources.list-0.5.15-vineseed) for sources.list separetion
  394. * Sun Aug 31 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-4
  395. - spec in UTF-8
  396. - update Source100 (ja.po) <BTS:VineLinux:626 & 636>
  397. - add japanese description for devel and python-apt sub packages
  398. * Wed Jul 2 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.94a-3
  399. - update Source30 (util-linux-ng instead of util-linux)
  400. * Sat May 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.94a-2
  401. - add /etc/apt/sources.list.d
  402. - add /var/lib/apt, /var/lib/apt/lists
  403. - use BuildRequires instead of BuildPreReq
  404. - use Requires(post,postun,triggers) instead of PreReq
  405. * Sat May 10 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.5.15lorg3.94a-1
  406. - new upstream release
  407. - update Patch900
  408. - remove %{_var}/state/apt from %%files list (no longer supported)
  409. - apply new versioning policy
  410. * Mon Sep 15 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl2
  411. - update ja.po
  412. - add Patch900 to translate more messages
  413. - add Patch1000 to ignore rpm scriptlet failure in apt-get transaction
  414. * Sun Sep 14 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.93-0vl1
  415. - new upstream release
  416. * Sat Sep 13 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl15
  417. - rebuild with rpm-4.4.2.2
  418. * Tue Sep 02 2007 Takuya Kobayashi <ruby11@cocoa.ocn.ne.jp> 0.5.15lorg3.2-0vl14
  419. - add Japanese translation of man pages.
  420. - add Source110
  421. - update Patch15
  422. - close unclosed tags.
  423. - add Vendor: Project Vine
  424. * Wed May 09 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.15lorg3.2-0vl13
  425. - rebuilt with new toolchain and db-4.3.x
  426. * Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl12
  427. - remove apt pin setting from /etc/apt/preferences
  428. * Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl11
  429. - rebuild for VineSeed
  430. * Thu Mar 29 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl10
  431. - fix bug in allow-duplicated.lua. ([vine-users:076523])
  432. - select newest version of kernel on upgrade-mode.
  433. * Thu Jan 18 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl9
  434. - build for Vine Linux 4.1
  435. * Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8.1
  436. - build for Vine Linux 4.0
  437. * Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl8
  438. - update ja.po
  439. - fix typo in descriptions
  440. * Thu Oct 26 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl7
  441. - add Patch700
  442. apt-cdrom mounts cdrom device fstab entry.
  443. - add triggerun script to upgrade sources.list
  444. * Sun Oct 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6.1
  445. - change sources.list for Vine Linux 4.0
  446. * Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl6
  447. - remove extras from sources.list
  448. * Fri Sep 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl5
  449. - add Patch600 to set "HOME=/root" on exec gpg.
  450. * Sat Aug 19 2006 KAZUKI SHIMURA <kazuki@ma.ccnw.ne.jp> 0.5.15lorg3.2-0vl4
  451. - add BuildPreReq: cvs (required to run autoreconf)
  452. - add BuildPreReq: libxml2-devel >= 2.6
  453. * Sun Aug 13 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl3
  454. - add BuildPreReq: docbook-utils
  455. * Tue Jul 18 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl2
  456. - add "^kernel-module" to system-duplicate-package.conf
  457. * Thu Jun 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.2-0vl1
  458. - new upstream release
  459. - drop Patch600, merged in upstream.
  460. * Fri Jun 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl2
  461. - add Patch600 to fix segv on installing new package.
  462. (merged in upstream)
  463. * Tue May 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3.1-0vl1
  464. - update to 0.5.15lorg3.1
  465. - drop Patch120,300,400, merged in upstream.
  466. - drop unneeded Patch14.
  467. * Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl3
  468. - drop kernel-upgrade.lua, use allow-duplicated.lua to upgrade kernels
  469. (BTS:39)
  470. - fix line endings of apt-wrapper (convert CRLF to LF)
  471. (BTS:38)
  472. * Fri May 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl2
  473. - update ja.po
  474. * Thu May 04 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl1
  475. - update to 0.5.15lorg3 final
  476. * Sun Apr 23 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.2
  477. - change scripts dir to %%{_datadir} instead of %{_libdir}
  478. (BTS:37)
  479. * Wed Apr 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc2.1
  480. - update to 0.5.15lorg3-rc2
  481. - update mirror URLs in sources.list
  482. * Tue Apr 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.rc1.1
  483. - update to 0.5.15lorg3-rc1
  484. - change Group to Applications/Administration
  485. * Sat Apr 08 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15lorg3-0vl0.pre4.1
  486. - new upstream release
  487. - upstream auther is changed from Mandriva(aka Conectiva)
  488. to Panu Matilainen.
  489. - add Url: http://laiskiainen.org/
  490. - TODO: We should check all patches whether it is still necessary.
  491. * Fri Mar 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl13
  492. - update rpmpriorities (replace dev by udev)
  493. * Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl12
  494. - remove version deps of vine-keyring
  495. * Mon Dec 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl11
  496. - Patch10-16: import MDK/ALT patches
  497. * Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl10
  498. - drop Patch14 to disable AutoRebuildDB
  499. - rebuilddb should be executed by external rpm command, not internal librpm
  500. * Sat Dec 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl9
  501. - rebuild
  502. * Fri Dec 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl8
  503. - rebuild with rpm-4.4.2
  504. - update Patch14 to support rpm-4.4
  505. * Wed Aug 17 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl7
  506. - update kernel-upgrade.lua to upgrade installed kernel only.
  507. * Mon Jul 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl6
  508. - add python-apt subpackage (disabled by default)
  509. * Tue Jun 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl5
  510. - add kernel26*, kernel-*devel as Allow-Duplicated (apt.conf)
  511. - update kernel-upgrade.lua to check kernel24 pacakge.
  512. * Wed Jun 15 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl4
  513. - update rpmpriorities (util-linux replaces mount)
  514. * Mon May 02 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl3
  515. - update ja.po to fix mistranslation.
  516. * Thu Apr 07 2005 KOBAYASHI Taizo <tkoba@vinelinux.org> 0.5.15.cnc.7-0vl2
  517. - fixed rebuilddb patch ([VineSeed:08550])
  518. do rebuilddb after rpm upgrade
  519. * Thu Apr 07 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.7-0vl1
  520. - new upstream release
  521. * Fri Feb 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl11
  522. - update rpmpriorities (coreutils releaces fileutils)
  523. * Sun Jan 23 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl10
  524. - fix kernel-upgrade.lua
  525. - update rpmpriorities
  526. * Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl9
  527. - add kernel-upgrade.lua to select and install suitable kernel.
  528. - with this version, apt does not change lilo or grub settings.
  529. - do not Hold kernel-{doc,headers,source,pcmcia-cs}
  530. * Sat Jan 22 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl8
  531. - install {allow-duplicated,list-extras,list-nodeps}.conf to apt.conf.d
  532. - add Patch30 to disable hash progress bar in quiet mode.
  533. * Mon Aug 16 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl6
  534. - remove apt-files/apt-groupinstall which does not work with Vine Linux.
  535. * Mon Jul 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl5
  536. - build for Vine Linux 3.0
  537. - use Vine Linux 3.0's apt-line
  538. * Mon Jun 28 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl4
  539. - remove unused vendor key from vendors.list
  540. * Mon Jun 21 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl3
  541. - update sources.list to use official apt line by default.
  542. * Wed Apr 7 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl2
  543. - add Requires: vine-keyring >= 1.0 to verify apt repository's gpg signs.
  544. - add apt.conf.d/gpg-keyring.conf to read vine-keyring.
  545. * Tue Mar 23 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.6-0vl1
  546. - new upstream release
  547. - add apt wrapper
  548. - install contrib lua scripts.
  549. * Wed Dec 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.5-0vl1
  550. - new upstream release
  551. * Thu Dec 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.4-0vl1
  552. - new upstream release
  553. - remove ja.po and Patch15 which are included in upstream now
  554. * Wed Nov 26 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.3-0vl1
  555. - new upstream release
  556. - update sources.list (remove old apt-line)
  557. * Thu Nov 13 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.15.cnc.2-0vl1
  558. - new upstream release
  559. - update ja.po
  560. * Thu Jun 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.6-0vl1
  561. - new upstream release
  562. * Sat Mar 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl2
  563. - update ja.po
  564. * Sat Mar 8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.4.1-0vl1
  565. - new upstream release 0.5.5cnc4.1
  566. - new apt-shell command added
  567. - add Requires: readline >= 4.3 and BuildPreReq: readline >= 4.3
  568. * Tue Mar 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl2
  569. - remove bogus comment from apt/preferences...
  570. * Tue Mar 4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.5.cnc.3-0vl1
  571. - new upstream release 0.5.5cnc3
  572. - drop patch17
  573. - update patch10,patch12,patch15
  574. - update ja.po
  575. * Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl18
  576. - fixed typo
  577. - rebuild to fix dependancy
  578. * Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl17
  579. - update ja.po to fix translations
  580. * Tue Nov 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl16
  581. - update ja.po
  582. * Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl15
  583. - add BuildPreReq: db2-devel
  584. * Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl14
  585. - add Patch17 to disable allowduplicate for kernel.*.
  586. kernel-{doc,headers,sources} is not duplicatable.
  587. we use apt.conf to allow duplicate kernel package.
  588. * Mon Nov 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl13
  589. - add Patch0,1 from cnc package
  590. - renumber Vine patches.
  591. - update vendors.list
  592. * Fri Nov 22 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.5.4.cnc.9-0vl12
  593. - added Patch10 (archtable.patch) for athlon, powerpc/ppc
  594. * Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl11
  595. - drop Patch6. apt not work with it...(FIXME)
  596. * Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl10
  597. - add /etc/apt/apt.conf.d
  598. * Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl9
  599. - add some missing files.
  600. - add Patch6 to make static libs.
  601. * Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl8
  602. - add Patch4 to rebuilding rpmdb when rpm is upgraded.
  603. - add Patch5 to gettextize apt-cdrom.
  604. - update Patch0 to change some Distro name from Conectiva to Vine Linux
  605. - update ja.po
  606. * Fri Nov 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl7
  607. - update ja.po
  608. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl6
  609. - update ja.po
  610. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl5
  611. - add Patch3 to replace $(ARCH) in sources.list any time.
  612. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl4
  613. - fixed typo in %%triggerun script
  614. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl3
  615. - update ja.po
  616. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl2
  617. - add patch2 to add ja to ALL_LINGUAS
  618. * Thu Nov 21 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.9-0vl1
  619. - new upstream release
  620. - build on rpm-4.0.4
  621. * Sat Jul 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.5.4.cnc.1-1vl1
  622. - build for Vine Linux
  623. - new upstream release
  624. * Fri May 10 2002 Gustavo Niemeyer <niemeyer@conectiva.com>
  625. + apt-0.5.4cnc1-1cl
  626. - New upstream release.
  627. * Sun Apr 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl9
  628. - added static subpackage
  629. * Thu Mar 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl8
  630. - update sources.list
  631. * Tue Mar 12 2002 Toru Sagami <sagami@vinelinux.org> 0.3.19.cnc.55-3vl7
  632. - corrected Group
  633. * Sun Mar 10 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl6
  634. - updated Patch110 (archtable: powerpc -> ppc, ppc -> ppc)
  635. * Thu Mar 07 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 0.3.19.cnc.55-3vl5
  636. - updated patch105 to allowdup kernel-mol and kernel22-mol
  637. (but *-mol kernel package will be obsolete we hope...)
  638. * Thu Mar 07 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl4
  639. - change powerpc to ppc in archtable for $(ARCH)
  640. - hold kernel22 guys ( update patch105 )
  641. * Mon Feb 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl3
  642. - update sources.list for new aptdata
  643. - add hold information in apt.conf
  644. * Sun Feb 24 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl2
  645. - hold kernel24 guys ( update patch105 )
  646. * Sun Feb 10 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.55-3vl1
  647. - new upstream version 0.3.19cnc55-3cl
  648. * Wed Jan 30 2002 Jun Nishii <jun@vinelinux.org> 0.3.19.cnc.53-2vl3
  649. - hold kernel related guys
  650. * Tue Jan 15 2002 Flavio Bruno Leitner <flavio@conectiva.com>
  651. + apt-0.3.19cnc55-3cl
  652. - added nodeps.patch to fix the order of parameters passed to
  653. rpm (closes: #4689, #4534)
  654. * Wed Dec 12 2001 Flavio Bruno Leitner <flavio@conectiva.com>
  655. + apt-0.3.19cnc55-2cl
  656. - Closes: #3950 (apt: falta internacionalizar algumas frases)
  657. added new pt_BR.po reviewed by me
  658. * Tue Dec 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  659. + apt-0.3.19cnc55-1cl
  660. - released version 0.3.19cnc55
  661. - removed config.cache from distribution
  662. - added --progress patch to gensrclist
  663. - added --flat option to gensrclist
  664. * Fri Nov 30 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  665. + apt-0.3.19cnc54-1cl
  666. - released version 0.3.19cnc54
  667. - added RPM::IgnorePkgs option
  668. - added --progress option to most utilities
  669. (Stelian Pop <stelian.pop@fr.alcove.com>)
  670. - added RPM::IgnoreRpmlibDeps
  671. * Sun Nov 25 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl2
  672. - update ja.po
  673. - added apt-rpmmessage.patch to change message "Executing RPM(0)"
  674. to "Executing RPM(-Uv)"
  675. * Fri Nov 23 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.53-2vl1
  676. - merged with new upstream version 0.3.19cnc53-2cl
  677. - update ja.po
  678. * Mon Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  679. + apt-0.3.19cnc53-2cl
  680. - fixed bug in mirror patch
  681. * Mon Nov 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  682. + apt-0.3.19cnc53-1cl
  683. - released version 0.3.19cnc53
  684. - added kernel-tape to default AllowedDupPkgs
  685. - cleaned up gen{pkg,src}list (Alexander Bokovoy <ab@avilink.net>)
  686. - fixed crash bug in genpkglist
  687. - added patch to fix bug in genbasedir with empty dirs
  688. (Stelian Pop <stelian.pop@fr.alcove.com>)
  689. - configure.in patch to detect rpmdb (Stelian Pop <stelian.pop@fr.alcove.com>)
  690. - * Skips correctly over empty package directories
  691. - * Adds the --bz2only argument which makes genbasedir
  692. - to generate only the .bz2 compressed versions of pkglist
  693. - and srclist (space gain...)
  694. - * Doesn't change the timestamps on pkglists/srclists if
  695. - the contents are not modified (making possible for example
  696. - to make several consecutive runs of genbasedir without
  697. - having the apt clients download the indexes again and again).
  698. - * Some minor cleanups (remove the temporary files in /tmp
  699. - at the end of the script etc).
  700. - (Stelian Pop <stelian.pop@fr.alcove.com>)
  701. - cleanup patch for gensrclist (Stelian Pop <stelian.pop@fr.alcove.com>)
  702. - fixed multi-arch pkg handling (Stelian Pop <stelian.pop@fr.alcove.com>)
  703. - added -K (RPM::Check-Signatures) option to verify rpm sigs
  704. - updated russian translation (Alexander Bokovoy <ab@avilink.net>)
  705. - updated i18n (Dmitry Levin <ldv@alt-linux.org>)
  706. - replaced Apt::GPG::Pubring with Apt::GPG::PubringPath
  707. also uses --homedir instead of --keyring in gpg (Ivan Zakharyashev)
  708. - patch to detect replaced (instead of just removed) packages
  709. Dmitry Levin <ldv@alt-linux.org>
  710. - updated mirrors patch
  711. * Fri Oct 19 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
  712. + apt-0.3.19cnc52-5cl
  713. - Fixed mirrors infinite loop bug (closes: #4420).
  714. * Sat Sep 8 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl2
  715. - add apt-genpkglist.patch to add pkgInitialize().
  716. FindDir in genpkglist does not work, because there is no pkgInitialize().
  717. * Thu Sep 6 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-4vl1
  718. - Merged with apt-0.3.19cnc52-4cl
  719. - add apt-rpmpriorities.vine.patch.
  720. * Wed Sep 5 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl2
  721. - FIXME: copy config.h.in from apt-0.3.19cnc50
  722. new config.h.in does not work with Vine Linux.
  723. * Sat Aug 11 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.52-3vl1
  724. - Merged with apt-0.3.19cnc52-3cl
  725. * Thu Aug 09 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
  726. + apt-0.3.19cnc52-3cl
  727. - Updated mirrors patch.
  728. * Tue Aug 07 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
  729. + apt-0.3.19cnc52-2cl
  730. - Added mirrors patch.
  731. * Wed Aug 01 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  732. + apt-0.3.19cnc52-1cl
  733. - released version 0.3.19cnc52
  734. - fixed compile problem with gcc 2.96.x
  735. - fixed bug in file method with authentication enabled
  736. (Alexander Bokovoy <ab@avilink.net>)
  737. - added RPM::RemoveOptions and RPM::UpgradeOptions
  738. - Included patch to add s390 to arch table.
  739. * Thu Jul 12 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  740. + apt-0.3.19cnc51-1cl
  741. - released version 0.3.19cnc51
  742. - included many portability (Solaris) fixes from
  743. AUSTIN MURPHY <amurphy@nbcs.rutgers.edu>
  744. - make packages with same version and diff deps be ignored (closes: 1628)
  745. * Tue Jul 3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl2
  746. - added Patch200 for playstation2
  747. * Tue Jul 3 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.50-1vl1
  748. - merged with 0.3.19cnc50-1cl
  749. * Thu Jun 28 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.49-1vl1
  750. - merged with 0.3.19cnc49-1cl
  751. - added Patch106 to extend error message length (S[400] -> S[1024]).
  752. * Thu Jun 28 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@vinelinux.org>
  753. - 0.3.19.cnc.48-1vl2
  754. - added Patch105 to allow kernel24{,-smp,-BOOT} to include AllowedDupPkgs
  755. - modified Source1 (apt.conf) for the same reason
  756. * Wed Jun 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  757. + apt-0.3.19cnc49-1cl
  758. - released version 0.3.19cnc49
  759. - added workaround for kernel installations that require upgrde on mkinitrd
  760. (closes: #3889)
  761. * Wed Jun 27 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.48-1vl1
  762. - merged with 0.3.19cnc48-1cl
  763. * Mon Jun 25 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  764. + apt-0.3.19cnc48-1cl
  765. - released version 0.3.19cnc48
  766. - added RPM::AutoRebuildDB (enabled by default)
  767. - added fetch status to CDROM method
  768. - released (closes: #3905)
  769. * Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl2
  770. - updated ja.po
  771. * Sun Jun 24 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.47-1vl1
  772. - merged with 0.3.19cnc47-1cl
  773. - fixed bug in HoldPkgs
  774. * Fri Jun 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  775. + apt-0.3.19cnc47-1cl
  776. - released version 0.3.19cnc47
  777. - fixed bug in RPM::HoldPkgs (closes: #3838)
  778. - removed debug msg
  779. * Tue Jun 19 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  780. + apt-0.3.19cnc46-1cl
  781. - released version 0.3.19cnc46
  782. - changed apt.conf to include RPM::AllowDupPkgs, RPM::HoldPkgs (closes: #3433)
  783. - added Acquire::cdrom::copy, which will fetch all pkgs before installing (closes: #1024)
  784. - added delay before file fetch retry (closes: #1294)
  785. - fixed architecture selection (closes: #3606)
  786. - iterating over Packages instead of Names to figure package count
  787. * Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl3
  788. - add kernel-BOOT to AllowDupPkgs list.
  789. * Sat Jun 16 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.45-1vl1
  790. - merged with 0.3.19cnc45-1cl
  791. * Wed Jun 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  792. + apt-0.3.19cnc45-1cl
  793. - released version 0.3.19cnc45
  794. - fixed bug with progress update (closes: #2915)
  795. * Mon Jun 11 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  796. + apt-0.3.19cnc44-1cl
  797. - released version 0.3.19cnc44
  798. - removed %config from method drivers
  799. - replaced option RPM::AllowedDupPackages with RPM::AllowedDupPkgs
  800. - added option RPM::HoldPkgs (closes: #3462)
  801. * Sat Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl2
  802. - updated ja.po.
  803. * Sat Jun 1 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.43-2vl1
  804. - merged with 0.3.19cnc43-2cl
  805. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl7
  806. - fixed some translations in ja.po.
  807. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl6
  808. - fixed sources.list/vendor.list
  809. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl5
  810. - splited vine specific part from gettext patch.
  811. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl4
  812. - updated ja.po.
  813. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl3
  814. - updated gettext patch.
  815. * Mon May 21 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl2
  816. - vine gettext patch is comes back.
  817. * Sun May 20 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.38-2vl1
  818. - merge to upstream version 0.3.19cnc38-2cl
  819. * Fri May 18 2001 Ademar de Souza Reis Jr. <ademar@conectiva.com.br>
  820. + apt-0.3.19cnc43-2cl
  821. - New patch4. Closes: #3523 (apt-cdrom doesn't umount CD)
  822. * Fri May 18 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  823. + apt-0.3.19cnc43-1cl
  824. - fixed bug with record offsets (shows bad pkg description under rpm4)
  825. - fixed bug with apt-get source (closes: #3047)
  826. * Thu May 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  827. + apt-0.3.19cnc42-1cl
  828. - released version 0.3.19cnc42
  829. - merged all src patches into main src tree
  830. - fixed stupid bug on rpminit header...
  831. - extended Acquire::Retries to all file type acquirations (closes: #1617)
  832. * Mon May 14 2001 Claudio Matsuoka <claudio@conectiva.com>
  833. + apt-0.3.19cnc41-8cl
  834. - added Ivan Zakharyaschev's line break patch (closes: #1616)
  835. * Wed May 9 2001 Claudio Matsuoka <claudio@conectiva.com>
  836. + apt-0.3.19cnc41-7cl
  837. - adjusting rpmpriorities to reflect changes in conectiva's package base
  838. (glibc-base is marked as essential replacing glibc, elvis-tiny marked
  839. as essential, info and glib not marked as essential, etc.) (closes:
  840. #3115, #3117)
  841. * Fri May 4 2001 Claudio Matsuoka <claudio@conectiva.com>
  842. + apt-0.3.19cnc41-6cl
  843. - spec cleanup: removing static components from buildrequires
  844. * Fri May 4 2001 Claudio Matsuoka <claudio@conectiva.com>
  845. + apt-0.3.19cnc41-5cl
  846. - removing static link kludge added in 3cl, a better solution is in the works.
  847. * Fri Apr 27 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
  848. + apt-0.3.19cnc41-4cl
  849. - Fixed NextRecord() and GetRecord() (Closes: #2915).
  850. * Thu Apr 26 2001 Claudio Matsuoka <claudio@conectiva.com>
  851. + apt-0.3.19cnc41-3cl
  852. - statically linking rpmlib and friends to avoid lossage with glibc
  853. upgrade from conectiva 6.0 to snapshot
  854. * Sun Apr 15 2001 Gustavo Niemeyer <niemeyer@conectiva.com>
  855. + apt-0.3.19cnc41-2cl
  856. - Added patch for ia64.
  857. * Thu Mar 29 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  858. + apt-0.3.19cnc41-1cl
  859. - released version 0.3.19cnc41
  860. - auto rebuild rpmdb when rpm is upgraded
  861. * Tue Mar 27 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  862. + apt-0.3.19cnc40-1cl
  863. - released version 0.3.19cnc40
  864. - custom OrderInstall() (ignores all deb specific ordering/debconf stuff)
  865. * Fri Mar 23 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  866. + apt-0.3.19cnc39-1cl
  867. - released version 0.3.19cnc39
  868. - fixes problem with different rpmdb versions
  869. * Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  870. + apt-0.3.19cnc38-2cl
  871. - autotester workaround...
  872. * Thu Mar 22 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  873. + apt-0.3.19cnc38-1cl
  874. - released version 0.3.19cnc38
  875. - fixed epoch display on apt-cache
  876. - added user specified public keyring option for gpg
  877. - added italian po file
  878. - fixed bug on dependency resolution for virtual packages with mult.providers
  879. * Tue Feb 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  880. + apt-0.3.19cnc37-1cl
  881. - released version 0.3.19cnc37
  882. - noreplace put back for sources.list (closes: #1548)
  883. - recompiled (closes: #1559)
  884. - fixed dist-upgrade bogus msg (closes: #1254)
  885. - fixed no_proxy handling
  886. * Sat Feb 17 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  887. + apt-0.3.19cnc36-1cl
  888. - released version 0.3.19cnc36
  889. - fixed problem with arch selection (I swear it works now!)
  890. - fixed bug with rpm4
  891. * Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  892. - released version 0.3.19cnc35
  893. - fixed problem with case sensitiveness
  894. - fixed rpmpriority interpretation
  895. * Wed Feb 14 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  896. - released version 0.3.19cnc34
  897. - rpm4 fix?
  898. * Wed Jan 24 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  899. - released version 0.3.19cnc33
  900. - added new gui hookz
  901. * Mon Jan 22 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  902. - 0.3.19.cnc.27-6vl19
  903. - Oops ring ftp dir was /pub/linux/..., not /pub/Linux/ :-(
  904. - fixed Source100 (rpm-source should be rpm-src)
  905. * Sat Jan 20 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  906. - released version 0.3.19cnc32
  907. - fixed arch selection code
  908. - fixed priority and section info in internal package structs
  909. * Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  910. - 0.3.19.cnc.27-6vl18
  911. - auto-generate sources.list using Source100 (thanks shom-san)
  912. * Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  913. - 0.3.19.cnc.27-6vl17
  914. - add VinePlus/2.1 entries
  915. * Fri Jan 19 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  916. - 0.3.19.cnc.27-6vl16 (vl15 preserved for Vine-2.1.x ?)
  917. - install arch-specific sources.list
  918. * Tue Jan 16 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  919. - unbroke potfiles
  920. * Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  921. - released version 0.3.19cnc31
  922. * Mon Jan 15 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  923. - released version 0.3.19cnc30
  924. * Sat Jan 13 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  925. - released version 0.3.19cnc29
  926. * Thu Jan 04 2001 Alfredo K. Kojima <kojima@conectiva.com.br>
  927. - released version 0.3.19cnc28
  928. - added gnupg dependency
  929. * Sun Dec 17 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl14
  930. - remove noreplace tag from sources.list
  931. * Sat Dec 16 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl13
  932. - update gettext patch
  933. - update ja.po
  934. * Wed Dec 13 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl12
  935. - update gettext patch
  936. - update ja.po
  937. * Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl11
  938. - update gettext patch from Debianguru
  939. - update ja.po
  940. * Tue Dec 12 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl10
  941. - update gettext patch
  942. - update ja.po
  943. * Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl9
  944. - update ja.po (almost translated)
  945. * Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl8
  946. - update ja.po
  947. * Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl7
  948. - update gettext patch
  949. - update ja.po
  950. * Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl6
  951. - add gettext patch
  952. - update ja.po
  953. * Mon Dec 11 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl3
  954. - update ja.po
  955. * Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl2
  956. - rebuild on gcc-2.95.3
  957. * Sat Dec 09 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-6vl1
  958. - updated to 0.3.19cnc27-6cl
  959. * Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
  960. - damn! Wrong URL in sources.list, atualizacoes.conectiva.com
  961. doesn't exist, of course...
  962. * Thu Dec 07 2000 Andreas Hasenack <andreas@conectiva.com>
  963. - updated sources.list with new mirrors and new download tree
  964. - removed (noreplace) for the sources.list file for this
  965. upgrade. It will be easier for the user. The (noreplace)
  966. should be back in place after this update as we expect no
  967. further big modifications for that file, only new mirrors.
  968. * Wed Dec 06 2000 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.19.cnc.27-0vl1
  969. - updated to 0.3.19.cnc.27
  970. * Wed Dec 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  971. - fixed prob in vendors.list
  972. * Tue Dec 05 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  973. - released version 0.3.19cnc27
  974. * Wed Nov 08 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  975. - released version 0.3.19cnc26
  976. * Tue Nov 07 2000 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org>
  977. - added ad-hoc patch for gcc-2.95.x
  978. * Mon Nov 06 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  979. - released version 0.3.19cnc25
  980. * Sun Nov 5 2000 Kazuhisa TAKEI <takei@vinelinux.org>
  981. - modify for Vine Linux
  982. * Thu Nov 02 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  983. - released version 0.3.19cnc24
  984. * Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
  985. - updated source.list (again)
  986. * Thu Nov 02 2000 Rud<E1> Moura <ruda@conectiva.com>
  987. - updated source.list
  988. * Wed Nov 01 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  989. - released version 0.3.19cnc23
  990. - added cache directories for gen{pkg,src}list
  991. - pt_BR manpages
  992. * Tue Oct 31 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  993. - released version 0.3.19cnc22
  994. - Requires -> PreReq in apt-devel
  995. * Mon Oct 30 2000 Alfredo Kojima <kojima@conectiva.com>
  996. - collapsed libapt-pkg-devel and -doc to apt-devel
  997. * Mon Oct 30 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  998. - released version 0.3.19cnc21
  999. * Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1000. - released version 0.3.19cnc20
  1001. * Sun Oct 29 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1002. - released version 0.3.19cnc19
  1003. - added gensrclist
  1004. - support for apt-get source
  1005. * Fri Oct 27 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1006. - released version 0.3.19cnc18
  1007. * Thu Oct 26 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1008. - released version 0.3.19cnc17
  1009. - new manpages
  1010. * Wed Oct 25 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1011. - released version 0.3.19cnc16
  1012. * Sun Oct 22 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1013. - released version 0.3.19cnc15
  1014. * Sat Oct 21 2000 Alfredo K. Kojima <kojima@conectiva.com.br>
  1015. - released version 0.3.19cnc14
  1016. * Thu Oct 19 2000 Claudio Matsuoka <claudio@conectiva.com>
  1017. - new upstream release: 0.3.9cnc13
  1018. * Tue Oct 17 2000 Eliphas Levy Theodoro <eliphas@conectiva.com>
  1019. - added rpmpriorities to filelist and install
  1020. * Tue Oct 17 2000 Claudio Matsuoka <claudio@conectiva.com>
  1021. - updated to 0.3.19cnc12
  1022. - fresh CVS snapshot including: support to Acquire::ComprExtension,
  1023. debug messages removed, fixed apt-cdrom, RPM DB path, rpmlib call
  1024. in pkgRpmLock::Close(), package priority kludge removed, i18n
  1025. improvements, and genbasedir/genpkglist updates.
  1026. - handling language setting in genpkglist to make aptitude happy
  1027. * Wed Oct 11 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1028. - released version 0.3.19cnc11
  1029. - fixed problem with shard lib symlinks
  1030. * Tue Oct 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1031. - released version 0.3.19cnc10
  1032. * Mon Oct 2 2000 Claudio Matsuoka <claudio@conectiva.com>
  1033. - fixed brown paper bag bug with method permissions
  1034. - added parameter --sign to genbasedir
  1035. - added html/text doc files
  1036. * Sat Sep 30 2000 Claudio Matsuoka <claudio@conectiva.com>
  1037. - bumped to 0.3.19cnc9
  1038. - added vendors.list
  1039. - added gpg method
  1040. - fixed minor stuff to make Aptitude work
  1041. - added missing manpages
  1042. - fixed shared libs
  1043. - split in apt, libapt-pkg, libapt-pkg-devel, libapt-pkg-doc
  1044. - rewrote genbasedir in shell script (original was in TCL)
  1045. - misc cosmetic changes
  1046. * Tue Sep 26 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1047. - released version 0.3.19cnc8
  1048. * Wed Sep 20 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1049. - released version 0.3.19cnc7
  1050. * Mon Sep 18 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1051. - released version 0.3.19cnc6
  1052. * Sat Sep 16 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1053. - released version 0.3.19cnc5
  1054. * Fri Sep 15 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1055. - released version 0.3.19cnc4
  1056. * Mon Sep 12 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1057. - released version 0.3.19cnc3
  1058. * Mon Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1059. - renamed package to apt, with version 0.3.19cncV
  1060. * Mon Sep 5 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1061. - 0.10
  1062. - added genpkglist and rapt-config
  1063. - program names changed back to apt-*
  1064. * Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1065. - 0.9
  1066. * Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1067. - 0.8
  1068. * Mon Sep 4 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1069. - 0.7
  1070. * Fri Sep 1 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1071. - fixed typo in sources.list
  1072. * Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1073. - version 0.6
  1074. * Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1075. - version 0.5
  1076. * Tue Aug 31 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1077. - version 0.4
  1078. * Wed Aug 30 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1079. - version 0.3
  1080. * Thu Aug 28 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1081. - second try. new release with direct hdlist handling
  1082. * Thu Aug 10 2000 Alfredo K. Kojima <kojima@conectiva.com>
  1083. - initial package creation. Yeah, it's totally broken for sure.