apt-vl.spec 47 KB

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