1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
|
flvmeta (1.2.2-2) unstable; urgency=medium
* Update debian/gbp.conf
* Update default configuration:
* debian-branch = debian/latest
* upstream-branch = upstream/latest
* Update buildpackage configuration:
* pbuilder-options = --source-only-changes
* Update watch file with version 5 format
* Update debian/control
* Remove redundant Rules-Requires-Root,
this field is set to "no" by default.
* Bump Standards-Version to 4.7.3
* Drop redundant Priority field in debian/control file which is
"optional" by default
* Update debian/copyright
* Update old FSF address by refer to
https://www.gnu.org/licenses/ instead of physical address.
* Update maintainer's copyright year and email
* Update cmake minimum version
* debian/rules:
* Update cmake minimum version to 3.5, Closes: 1112924
-- Neutron Soutmun <neutrons@debian.org> Thu, 19 Feb 2026 17:30:34 +0700
flvmeta (1.2.2-1) unstable; urgency=medium
* Team upload of Debian team.
[ Jelmer Vernooij ]
* Migrate repository from alioth to salsa.
[ наб ]
* New upstream version 1.2.2
Closes: #1038977, #1072292
CVE-2023-36243
* d/watch: fix
* .gbp.conf (deprecated) => debian/gbp.conf
* Replace d/p/90-cmake-use-system-libyaml.patch
with -DFLVMETA_USE_SYSTEM_LIBYAML=TRUE
* Standards-Version: 4.7.0 (routine-update)
* debhelper-compat 13 (routine-update)
* Secure URI in copyright format (routine-update)
* Rules-Requires-Root: no (routine-update)
* Priority: extra -> optional
(priority-extra-is-replaced-by-priority-optional)
* d/copyright: fix
[ Andreas Tille ]
* Use secure URI in Homepage field.
-- наб <nabijaczleweli@nabijaczleweli.xyz> Wed, 13 Nov 2024 14:25:06 +0100
flvmeta (1.2.1-1) unstable; urgency=medium
* New upstream version 1.2.1
* Drop d/p/fix-manpage-spelling-errors.patch, Merged upstream.
-- Neutron Soutmun <neutrons@debian.org> Sun, 02 Oct 2016 09:44:23 +0700
flvmeta (1.2.0-1) unstable; urgency=medium
* Imported Upstream version 1.2.0
* Drop d/p/91_fix_file_offset_t_printf_format_warning.patch:
* Drop patch, the better solution fixed by upstream
* debian/docs: Drop files, removed upstream.
* debian/control: Update
* Change my email to neutrons@debian.org
* Bump Standards-Version to 3.9.8, no changes needed
* Update Vcs-* with secure uri
* d/p/fix-manpage-spelling-errors.patch: Fix manpage spelling errors
-- Neutron Soutmun <neutrons@debian.org> Mon, 08 Aug 2016 14:05:21 +0700
flvmeta (1.1.2-1) unstable; urgency=low
* Imported Upstream version 1.1.2
* Add patch and fix typo
* debian/patches/91_fix_file_offset_t_printf_format_warning.patch:
- Add patch to fix the printf format warning of type file_offset_t
* debian/patches/90-cmake-use-system-libyaml.patch:
- Fix my lastname typo
* Fix Vcs-Git field is not canonical
-- Neutron Soutmun <neo.neutron@gmail.com> Thu, 15 Aug 2013 09:52:22 +0700
flvmeta (1.1.1-1) unstable; urgency=low
* Imported Upstream version 1.1.1 (upload to unstable)
* Drop d/p/99-fix-spelling-error-in-manpage.patch, merged upstream.
* Fix watch file, thanks to Bart Martens
* Update copyright years
* Make package backports friendly
* debian/control:
- Build-dep on debhelper (>=9.20120909~)
-- Neutron Soutmun <neo.neutron@gmail.com> Sat, 11 May 2013 10:15:41 +0700
flvmeta (1.1.0-1) experimental; urgency=low
* Imported Upstream version 1.1.0
* Upstream change main development repository to github
* debian/control, debian/copyright:
- Update Homepage, Source, to flvmeta github repository.
* debian/watch:
- Watching the tarball release via githubredir.d.n
* debian/copyright:
- Update the copyright format to 1.0, no changes needed.
* Switch to cmake build system
* debian/compat: Bump compat level to 9.
* debian/control:
- Bump Standards-Version to 3.9.4, no changes needed.
- Drop autotools-dev, check, dh-autoreconf, pkg-config from build-deps as
they are no longer needed by the cmake build system.
- Add cmake to build-deps.
* debian/rules:
- Force to use cmake build system as it was requested from upstream.
(Upstream has a plan to discontinue support autotools build system)
* debian/patches/90-cmake-use-system-libyaml.patch: Add patch.
* Use upstream manpage
* debian/control:
- Add pandoc to build-deps.
* debian/manpages, debian/flvmeta.1:
- Drop, superseded by upstream autogenerated manpage by pandoc
* Install README.md
* Add patch to fix spelling error in manpage
* debian/patches/99-fix-spelling-error-in-manpage.patch:
- Fix spelling error in manpage
-- Neutron Soutmun <neo.neutron@gmail.com> Tue, 02 Oct 2012 14:32:00 +0700
flvmeta (1.1~r235-2) experimental; urgency=low
* Use wrap-and-sort tool and re-wrap lines in debian copyright
* Update watch file
* debian/watch:
- Add dversionmangle option.
- Update the http url.
* Drop roff documentation from manpage
* Update patch description
* debian/patches/01-use-system-libs.patch:
- Add forwarded url.
* Add compiler warning fix patch
* debian/patches/03-update-json-compiler-warning-prix64.patch:
- Add patch. (Forwarded upstream)
* debian/patches/series:
- Add patch to series.
-- Neutron Soutmun <neo.neutron@gmail.com> Wed, 23 Nov 2011 13:12:07 +0700
flvmeta (1.1~r235-1) experimental; urgency=low
* Imported Upstream version 1.1~r235
* Drop the blank line in debian/watch
* Use gitweb for Vcs-Browser URL
* Add "use-system-libs" patch
* debian/patches/01-use-system-libs.patch:
- Add "use-system-libs" patch. (forwarded upstream, waiting for
review).
* debian/patches/02-configure-drop-svnversion-check.patch:
- Add "configure-drop-svnversion-check", as the use-system-libs patch
was applied, we need to reconfig but the configured version which
gathering from the svnversion is unnecessary.
* debian/patches/series:
- Add the patches to the series.
* debian/control:
- Add dh-autoreconf, libyaml-dev, pkg-config and check to build-deps.
* debian/rules:
- Override the dh_auto_configure to add option --with-system-libs.
* Update debian copyright to DEP-5 rev 206
* debian/copyright:
- Update to DEP-5 rev 206.
- Update text "Debian GNU/Linux systems" to "Debian systems" in GPL-2+
license text.
* Add hardening build flags which getting from dpkg-buildflags
-- Neutron Soutmun <neo.neutron@gmail.com> Tue, 22 Nov 2011 15:33:53 +0700
flvmeta (1.1~r230-1) experimental; urgency=low
* Imported Upstream version 1.1~r230
* debian/flvmeta.1:
- Add new Dump options -e, --event.
- Update wording as upstream changes.
* debian/patches/90-typo-fix.patch:
- Drop, fixed in upstream.
* debian/patches/series:
- Drop, no patches.
-- Neutron Soutmun <neo.neutron@gmail.com> Fri, 24 Jun 2011 00:29:07 +0700
flvmeta (1.1~r221-1) experimental; urgency=low
* Imported Upstream version 1.1~r221
* Drop flvdump manpage.
* debian/flvdump.1:
- Drop as the flvdump has been merged to flvmeta in the upstream.
* debian/manpages:
- Drop flvdump manpage.
* Update flvmeta manpage.
* debian/flvmeta.1:
- Update as upstream has been changed, more options and functions added.
* Add Vcs-Git, Vcs-Browser.
* debian/control:
- Add Vcs-Git, Vcs-Browser.
* Update upstream copyright year.
* debian/copyright:
- Update upstream copyright year.
* Add .gitignore.
* .gitignore:
- Ignore to include .pc/ in the repository.
* Add 90-typo-fix.patch.
* debian/patches/series, debian/patches/90-typo-fix.patch:
- Add 90-typo-fix.patch, fix the typo in the upstream source to make
lintian happy and then forwarded to upstream.
* Fix lintian warning in manpage.
* debian/flvmeta.1:
- Fix lintian warning "spelling-error-in-manpage". Fix typo "ommitted"
to "omitted".
- Fix lintian warning "hyphen-used-as-minus-sign". Therefore, "-" must
be escaped ("\-").
* Update Standards-Version to 3.9.2.
* debian/control:
- Update Standards-Version to 3.9.2, no changes needed.
-- Neutron Soutmun <neo.neutron@gmail.com> Sun, 24 Apr 2011 14:09:23 +0700
flvmeta (1.0.11-1) unstable; urgency=low
* Initial release (Closes: #520900).
-- Neutron Soutmun <neo.neutron@gmail.com> Fri, 11 Feb 2011 23:54:06 +0700
|