Maintainer Ivan Zakharyaschev in the sisyphus_e2k branch: Information

Maintainer name: Ivan Zakharyaschev (imz)
Built source packages in this branch: 23

Last changes


Version: 1-alt2
Summary: Empty package only useful during its build: it installs (and checks) another pkg
Changelog:
- Added an URL.
Dec 14, 2024, 11:41 AM

apt-BuildPreReq-checkinstall

Version: 1-alt2
Summary: Empty package only useful during its build: it installs (and checks) another pkg
Changelog:
- Added an URL.
Version: 1-alt2
Summary: Empty package only useful during its build: it installs (and checks) another pkg
Changelog:
- Added an URL.
Dec 14, 2024, 01:55 AM

apt

Version: 0.5.15lorg2-alt89
Summary: Debian's Advanced Packaging Tool with RPM support
Changelog:
- apt-get changelog: new Debian-compatible cmd; in ALT, it just reads it from
  the cache rather than downloads. (Thx Sergey Konev konevsa@) (ALT#51975)
- sources(configure.ac): Made the build procedure work the same even when
  built not from this .spec by doing a fallback if the archname is unknown.
  Also simplified quoting/escaping in that archtable code.
- tests & checkinstall subpkgs: cache & re-use built pkgs (for speed).
- tests subpkg: do not depend on apt (to be able to test other apt versions).
- tests: Fixed to detect more failures (previously unnoticed).
- tests & checkinstall subpkgs: test copy method, too.
- tests: prepare for non-std filenames for built pkgs.
Jun 4, 2024, 07:40 AM

synaptic

Version: 0.58-alt29
Summary: Graphical front-end for APT
Changelog:
- Enabled the dialog to show changelogs. (In ALT, they are in the index,
  unlike in Debian, where they have to be downloaded separately.)
  Find it in the top menu: "Package" -> "Download Changelog". (TODO/patches
  are welcome: Place it along the package properties like dependencies.)
Jun 1, 2024, 03:54 AM

aptitude

Version: 0.4.5-alt16
Summary: Terminal-based apt frontend
Changelog:
- Untied from the details of an interface in libapt by re-using a class from
  libapt (>= 0.5.15lorg2-alt86). (The dep was due to us reimplementing it.)
May 31, 2024, 06:32 PM

rpmrebuild-kmodsign

Version: 0.2-alt2
Summary: Signer for packages containing linux kernel modules
Changelog:
- (sources) cleanup backup files
May 23, 2024, 11:33 AM

fakeroot

Version: 1.29-alt3
Summary: Run a command in an environment faking root privileges for file manipulation
Changelog:
- Fixed a compiler error of older GCCs (for p10) in the wrapper for
  syscall function.
- Warn the maintainer if a function definition is missing (when it is not
  generated for special cases like calling a variadic function like syscall).
- Added Large-File support in all internal actions (for emulating mknod with
  a normal file; storing internal database; and for querying the fake owner).
- Shut up a few compiler warnings.
Mar 18, 2024, 09:59 PM

rpm-BuildPreReq-checkinstall

Version: 1-alt2
Summary: Empty package only useful during its build: it installs (and checks) another pkg
Changelog:
- Added an URL.
Dec 2, 2023, 01:54 AM

perl-AptPkg

Version: 0.1.26-alt6
Summary: Perl interface to libapt-pkg
Changelog:
- Adapted to changed API in apt-0.5.15lorg2-alt72
  (pkgCacheFile class in RAII style).
- (.spec) Just added some compiler flags (which don't change anything)
  to be sure that APT API has not been used wrongly and will not be.
  (Namely, to be sure that if a method override was intended, it would
  actually be overriding and not hiding a virtual method and that it
  would be marked "override" for future.)
Version: 1-alt1
Summary: Ensure that any APT's sources are deleted (a helper pkg for *-checkinstall pkgs)
Changelog:
- Initial release (to help doing apt-BuildPreReq-under-pkdirect-checkinstall
  in repositories where the default build env contains external APT sources).
Apr 11, 2022, 11:48 AM

randomize_fd

Version: 0.1-alt1
Summary: Randomizes the fd returned by open or socket when LD_PRELOADed
Changelog:
- Initial build for ALT Sisyphus.
Aug 29, 2020, 04:49 PM

gpg-keygen

Version: 20190611-alt1
Summary: Generate a new GPG key pair exported in a file
Changelog:
- Initial build for ALT Linux Sisyphus (from a gist by Jakub Jirutka).
- Enable creation of an unprotected key (if -p or $GPG_PASSPHRASE is empty).
Feb 12, 2020, 09:26 PM

grep-warnings

Version: 1-alt1
Summary: Extract and process warnings from build logs so that they can be compared
Changelog:
- initial build for ALT.
Oct 1, 2019, 12:33 AM

topgit

Version: 0.9-alt6.git20150225
Summary: A different patch queue manager for Git
Changelog:
- Fixed build without check.
Jun 20, 2019, 04:38 AM

rpmquery-strictdep

Version: 1-alt1
Summary: Query an RPM and output the corresponding strict dependency
Changelog:
- initial build for ALT Linux Sisyphus.
Jun 19, 2019, 08:15 AM

initscripts-compat-fedora

Version: 9.72-alt1
Summary: Compatibility functions for RH/Fedora /etc/init.d/ scripts to work in ALT
Changelog:
- functions-compat: copied the central piece of code from Fedora (tag 9.72)
  and restored as in ALT: initlog, limited, hide pidof; ALT's status() overridden
  because the check of the PID's executable is default in ALT and optional
  in Fedora (with -b). (ALT#31952)
Jun 4, 2019, 08:05 AM

git-update-index-keeping-only

Version: 0.3-alt1
Summary: rm all but matching files from Git index. (Helps git-filter-branch.)
Changelog:
- Split into more scripts which are individually useful:
  git-filter-only-files (to be combined with other criteria for
  selecting files), git-ls-paths-modified-since.
- git filter-branch --prune-empty won't hurt us usually.
- git-update-index-keeping-only fixed in some corner cases
  (how a file list is passed through xargs).
Jun 4, 2019, 07:58 AM

git-make

Version: 0.1.1-alt1
Summary: version control and merging of intended and automatically produced results
Changelog:
- check-GOAL targets should simply not have GOAL as a prerequisite;
  in general, a check makes sense before the transformation, too.
  (This idea allowed us to avoid a hack whose purpose was to avoid a
  re-make after a Git checkout.)
- gitmk-make: proceed if nothing to commit (borrowed from gear --commit).
- more clear short AUTO commit msg (for those who do not know about git-make).
Jun 1, 2019, 05:02 AM

distribute

Version: 0.4.1-alt10
Summary: Distribute a collection of packages on multiple CDs (especially good for future use with APT)
Changelog:
- when no obligatory 2nd arg, show usage, too
  (this was a regression in the previous 0.4.1-alt9).
May 21, 2019, 10:13 AM

checkinstall-helper-sh-safely

Version: 0.1-alt1
Summary: Helper for *-checkinstall pkgs to run their scripts safely (kinda isolated)
Changelog:
- initial build for ALT Linux Sisyphus.
Mar 29, 2019, 08:39 AM

mosquito-hive

Version: 0.2.2-alt1
Summary: rebuild a collection of packages in hasher
Changelog:
- rebuild1: use altlinux-repolist-utils (with limitations on SRPMDIR)
  instead of shell globs (not effective) to find the SRPM file.
- stripVerRel: new simple util.
Apr 2, 2018, 10:56 AM

fonts-type1-cm-super

Version: 0.3.3-alt8.qa1.1
Summary: Cyrillic Type 1 EC/TC and LH fonts
Changelog:
- (NMU) Rebuild with rpm-4.0.4-alt100.93 for previously missed deps
  (fonts-type1-cm-super-tex-afm on fonts-type1-cm-super-afm due to /usr/share/fonts/type1/cm-super/afms).